From 71ec75dc79e2b5632216dc801dfeaf7510e25210 Mon Sep 17 00:00:00 2001 From: JayXKanz666 Date: Sun, 2 Jul 2017 22:44:11 +0200 Subject: Added lots of features to WinClassicTerminal.cs -Added CMD redirection -Added menubar that was missing -And more (look at the source :P) --- TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs') diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs index 6dd6ee8..f1920ed 100644 --- a/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs @@ -36,7 +36,7 @@ namespace TimeHACK.OS.Win95.Win95Apps private void aboutNotepadToolStripMenuItem_Click(object sender, EventArgs e) { WindowManager wm = new WindowManager(); - wm.startAboutBox95("Notepad", "Microsoft Notepad", Properties.Resources.WinClassicNotepad); + wm.StartAboutBox95("Notepad", "Microsoft Notepad", Properties.Resources.WinClassicNotepad); } private void wordWrapToolStripMenuItem_Click(object sender, EventArgs e) -- cgit v1.2.3