diff options
| author | lempamo <[email protected]> | 2017-07-31 11:08:49 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-31 11:08:49 -0400 |
| commit | 93702450a4d0a1830807e985acccc616f3bf1b62 (patch) | |
| tree | 39a554d4ac131d100ce794af6914a8d5d7e84adf /TimeHACK.Main/OS/Win98 | |
| parent | 547f5382301c4b0957e886739e45389702b5c678 (diff) | |
| download | histacom2-93702450a4d0a1830807e985acccc616f3bf1b62.tar.gz histacom2-93702450a4d0a1830807e985acccc616f3bf1b62.tar.bz2 histacom2-93702450a4d0a1830807e985acccc616f3bf1b62.zip | |
fixed up taskbar things
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index b1f7957..117f447 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -441,9 +441,9 @@ namespace TimeHACK.OS.Win98 private void MSDOSPromptToolStripMenuItem1_Click(object sender, EventArgs e) { WinClassicTerminal msdos = new WinClassicTerminal(false); - WinClassic app = wm.StartWin95(msdos, "MS-DOS Prompt", Properties.Resources.MS_DOS, true, true, false); + WinClassic app = wm.StartWin95(msdos, "MS-DOS Prompt", Properties.Resources.MSDOSPromptToolStripMenuItem1_Image, true, true, false); - AddTaskBarItem(app, app.Tag.ToString(), "MS-DOS Prompt", Properties.Resources.MS_DOS); + AddTaskBarItem(app, app.Tag.ToString(), "MS-DOS Prompt", Properties.Resources.MSDOSPromptToolStripMenuItem1_Image); app.BringToFront(); startmenu.Hide(); } |
