diff options
| author | lempamo <[email protected]> | 2017-08-17 14:10:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-17 14:10:30 -0400 |
| commit | cba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch) | |
| tree | 9cb7d978a7085710680246e5b9b73276d69b5b09 /TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | |
| parent | 48fb80e89674127f89508ed2293cc591aaf6af4b (diff) | |
| download | histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2 histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip | |
IE4 is now IE3
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index 55413b7..9448b3a 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -268,7 +268,7 @@ namespace TimeHACK.OS.Win95.Win95Apps break; case "ie": if (TitleScreen.frm95.ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; } - TitleScreen.frm95.ie = wm.StartWin95(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true); + TitleScreen.frm95.ie = wm.StartWin95(new WinClassicIE3(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true); Program.AddTaskbarItem(TitleScreen.frm95.ie, TitleScreen.frm95.ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4); TitleScreen.frm95.ie.BringToFront(); TitleScreen.frm95.ie.FormClosing += new FormClosingEventHandler(TitleScreen.frm95.InternetExplorer4_Closing); |
