aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-07 17:16:14 -0400
committerlempamo <[email protected]>2017-08-07 17:16:14 -0400
commit1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b (patch)
treee2c8427b9cc1618007597d02b41879bebd1852a0 /TimeHACK.Main/OS/Win95/Win95.cs
parente838d66d36751fdbf5c2f7fadab8fee42729b6ac (diff)
downloadhistacom2-1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b.tar.gz
histacom2-1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b.tar.bz2
histacom2-1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b.zip
minesweeper graphics part 2
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 8629f41..db7b7f6 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -569,7 +569,7 @@ namespace TimeHACK.OS.Win95
private void MinsweeperToolStripMenuItem_Click(object sender, EventArgs e)
{
- WinClassic app = wm.StartWin95(new WinClassicMinesweeper(), "Minesweeper", Properties.Resources.WinClassicMinesweeper, false, false);
+ WinClassic app = wm.StartWin95(new WinClassicMinesweeper(), "Minesweeper", Properties.Resources.WinClassicMinesweeper, false, false, false, false);
AddTaskBarItem(app, app.Tag.ToString(), "Minesweeper", Properties.Resources.WinClassicMinesweeper);
nonimportantapps.Add(app);