aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-02 22:44:11 +0200
committerJayXKanz666 <[email protected]>2017-07-02 22:44:11 +0200
commit71ec75dc79e2b5632216dc801dfeaf7510e25210 (patch)
tree855e94fb60bbdaf1fbd3427ef8f46193fd22a4d7 /TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs
parent3de51a2e1b9224e8a8355e3945e458e1651821a9 (diff)
downloadhistacom2-71ec75dc79e2b5632216dc801dfeaf7510e25210.tar.gz
histacom2-71ec75dc79e2b5632216dc801dfeaf7510e25210.tar.bz2
histacom2-71ec75dc79e2b5632216dc801dfeaf7510e25210.zip
Added lots of features to WinClassicTerminal.cs
-Added CMD redirection -Added menubar that was missing -And more (look at the source :P)
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs')
-rw-r--r--TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs2
1 files changed, 1 insertions, 1 deletions
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)