aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-01 10:15:32 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-01 10:15:32 +0100
commit0a7c2d4dc020b58dacf1d0cf50403d101f176d72 (patch)
treea27d8aa1874c65fa7c72e9e330d04db6f0af6963 /TimeHACK.Main
parenta8bf32646b66951eef7f2e8477d83d4d3f013a87 (diff)
downloadhistacom2-0a7c2d4dc020b58dacf1d0cf50403d101f176d72.tar.gz
histacom2-0a7c2d4dc020b58dacf1d0cf50403d101f176d72.tar.bz2
histacom2-0a7c2d4dc020b58dacf1d0cf50403d101f176d72.zip
Trying to fix conficts II
Diffstat (limited to 'TimeHACK.Main')
-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 63c493a..1e68101 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -158,7 +158,7 @@ namespace TimeHACK.OS.Win95
private void NotePadToolStripMenuItem_Click(object sender, EventArgs e)
{
- Win95Notepad wp = new Win95Notepad();
+ WinClassicNotepad wp = new WinClassicNotepad();
WinClassic app = wm.startWin95(wp, "Notepad", Properties.Resources.Win95IconNotepad, true, true);
AddTaskBarItem(app, app.Tag.ToString(), "Notepad", Properties.Resources.Win95IconNotepad);