aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-18 16:43:40 -0500
committerFloppyDiskDrive <[email protected]>2017-09-18 16:43:40 -0500
commit3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac (patch)
tree28c7cfc42927d9c340a5f17048a024227358fc5f /Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
parent7f5d0c3915d178e4d412a0b1a9b48baf058b2afc (diff)
parent92495924b688faf93d37929a8dab27554ac78e4f (diff)
downloadhistacom2-3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac.tar.gz
histacom2-3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac.tar.bz2
histacom2-3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac.zip
Merge branch 'master' of https://github.com/IBMPCDOS5/Histacom2
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
index ee32a38..de2e4b0 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
@@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
-using Histacom2.OS.Win95.Win95Apps.IE4Sites;
+using Histacom2.OS.Win95.Win95Apps.IE3Sites;
namespace Histacom2.OS.Win95.Win95Apps
{
@@ -39,7 +39,7 @@ namespace Histacom2.OS.Win95.Win95Apps
switch (url)
{
case "www.microsoft.com/windows/ie/default.htm":
- uc = new IE4Start();
+ uc = new IE3Start();
break;
case "www.google.com":
uc = new GoogleHome();
@@ -51,7 +51,7 @@ namespace Histacom2.OS.Win95.Win95Apps
uc = new _12padams1998();
break;
default:
- uc = new IE4NoPage();
+ uc = new IENoPage();
break;
}