diff options
| author | jtsshieh <[email protected]> | 2017-07-30 12:25:22 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-07-30 12:25:22 -0400 |
| commit | 677482ba0b26102b2a2802502a3f29701c319e9d (patch) | |
| tree | f19ff5290a2eabfb203249ec3a57260e3ff935f0 /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 547f5382301c4b0957e886739e45389702b5c678 (diff) | |
| download | histacom2-677482ba0b26102b2a2802502a3f29701c319e9d.tar.gz histacom2-677482ba0b26102b2a2802502a3f29701c319e9d.tar.bz2 histacom2-677482ba0b26102b2a2802502a3f29701c319e9d.zip | |
Made so changes to Minesweeper
-Created a function for generating levels
-Uploaded some pictures
-FIXED UP WHOEVER MIXED UP MINESWEEPER AND CALCULATOR ICONS!!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 5d02b16..a352a62 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -575,7 +575,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); - AddTaskBarItem(app, app.Tag.ToString(), "Calculator", Properties.Resources.WinClassicCalc); + AddTaskBarItem(app, app.Tag.ToString(), "Minesweeper", Properties.Resources.WinClassicMinesweeper); nonimportantapps.Add(app); nonimportantapps[nonimportantapps.Count - 1].BringToFront(); |
