aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-30 21:09:08 -0400
committerGitHub <[email protected]>2017-04-30 21:09:08 -0400
commit93c445239c7d28a6cee7147d7b6dbe3c7f0974f9 (patch)
treed5c1c2e4acb73091e5ddae1e20da181557e029dc /TimeHACK.Main/OS/Win95/Win95.cs
parentc56b38e8b2b8729d91a1ad96839b042af480eabe (diff)
parent1bdb2205cc9977e041158458f78e194d4d2a08e8 (diff)
downloadhistacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.tar.gz
histacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.tar.bz2
histacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.zip
Merge pull request #56 from lempamo/master
just some name changes
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 194815f..1765bd0 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -151,7 +151,7 @@ namespace TimeHACK.OS.Win95
private void NotePadToolStripMenuItem_Click(object sender, EventArgs e)
{
- nonimportantapps.Add(wm.startWin95(new Win95Notepad(), "Notepad", Properties.Resources.Win95IconNotepad, true, true));
+ nonimportantapps.Add(wm.startWin95(new WinClassicNotepad(), "Notepad", Properties.Resources.Win95IconNotepad, true, true));
nonimportantapps[nonimportantapps.Count - 1].BringToFront();
nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing);
startmenu.Hide();