Trying to fix conficts II

This commit is contained in:
Alex-TIMEHACK 2017-05-01 10:15:32 +01:00
parent a8bf32646b
commit 0a7c2d4dc0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -158,7 +158,7 @@ private void desktop_mousedown(object sender, MouseEventArgs e)
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);