aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-27 00:25:37 -0400
committerlempamo <[email protected]>2017-07-27 00:25:37 -0400
commitb56050694f6473b13807a10d39881591e0f0f469 (patch)
tree416ef18ac065815a0456a67998e739b80d63f550 /TimeHACK.Main/OS/Win95/Win95.cs
parent27b0ef74642e98bf8c9a83d2700e7ce6643e3114 (diff)
downloadhistacom2-b56050694f6473b13807a10d39881591e0f0f469.tar.gz
histacom2-b56050694f6473b13807a10d39881591e0f0f469.tar.bz2
histacom2-b56050694f6473b13807a10d39881591e0f0f469.zip
the files thing, will fix in morning
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 caef618..3279967 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -574,7 +574,7 @@ namespace TimeHACK.OS.Win95
private void MinsweeperToolStripMenuItem_Click(object sender, EventArgs e)
{
- WinClassic app = wm.StartWin95(new WinClassicMinesweeper(), "Minesweeper", Properties.Resources.minsweeper_logo, false, false);
+ WinClassic app = wm.StartWin95(new WinClassicMinesweeper(), "Minesweeper", Properties.Resources.WinClassicMinesweeper, false, false);
AddTaskBarItem(app, app.Tag.ToString(), "Calculator", Properties.Resources.WinClassicCalc);
nonimportantapps.Add(app);