aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-03 17:40:59 -0400
committerlempamo <[email protected]>2017-07-03 17:40:59 -0400
commit34ecd67921e7205bf9f7e271458bde6d325d2753 (patch)
treeb5f5d6a359f142c075f4dd10c289006d319dc824 /TimeHACK.Main/OS/Win95/Win95.cs
parent1f95add1534c986ec793d20ad3bf4a9a1deae600 (diff)
downloadhistacom2-34ecd67921e7205bf9f7e271458bde6d325d2753.tar.gz
histacom2-34ecd67921e7205bf9f7e271458bde6d325d2753.tar.bz2
histacom2-34ecd67921e7205bf9f7e271458bde6d325d2753.zip
fixed up hack1
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 9dbc395..b362c62 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -355,7 +355,7 @@ namespace TimeHACK.OS.Win95
private void MSDOSPromptToolStripMenuItem1_Click (object sender, EventArgs e)
{
- WinClassicTerminal msdos = new WinClassicTerminal();
+ WinClassicTerminal msdos = new WinClassicTerminal(false);
WinClassic app = wm.StartWin95(msdos, "MS-DOS Prompt", Properties.Resources.MS_DOS, true, true, false);
AddTaskBarItem(app, app.Tag.ToString(), "MS-DOS Prompt", Properties.Resources.MS_DOS);