aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-09 19:38:33 -0400
committerlempamo <[email protected]>2017-04-09 19:38:33 -0400
commit486d33b73a8beec3c1080cf5c501ceeafcddc4fa (patch)
treef84d14bbcb4fdcae4e0ed414359e1d6674a08bdb /TimeHACK.Main/OS/Win95/Win95.cs
parent5825e897515553ea4306ac3e41073f92501510a5 (diff)
downloadhistacom2-486d33b73a8beec3c1080cf5c501ceeafcddc4fa.tar.gz
histacom2-486d33b73a8beec3c1080cf5c501ceeafcddc4fa.tar.bz2
histacom2-486d33b73a8beec3c1080cf5c501ceeafcddc4fa.zip
about boxes!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 3a0883a..00adbdb 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -169,7 +169,7 @@ namespace TimeHACK.OS.Win95
private void InternetExplorerToolStripMenuItem_Click(object sender, EventArgs e)
{
WinClassicIE4 ie = new WinClassicIE4();
- Engine.Template.WinClassic app = wm.startWin95(ie, "Internet Explorer 4", null, true, true);
+ Engine.Template.WinClassic app = wm.startWin95(ie, "Internet Explorer 4", (Image)resources.GetObject("InternetExplorerToolStripMenuItem.Image"), true, true);
app.BringToFront();
startmenu.Hide();
}
@@ -187,7 +187,7 @@ namespace TimeHACK.OS.Win95
if (objListViewItem.Text == "Internet Explorer")
{
WinClassicIE4 ie = new WinClassicIE4();
- Engine.Template.WinClassic app = wm.startWin95(ie, "Internet Explorer 4", null, true, true);
+ Engine.Template.WinClassic app = wm.startWin95(ie, "Internet Explorer 4", (Image)resources.GetObject("InternetExplorerToolStripMenuItem.Image"), true, true);
app.BringToFront();
startmenu.Hide();
} else if (objListViewItem.Text == "Web Chat Setup")