aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <alexbu2015@hotmail.com>2017-09-23 17:25:22 +0100
committerAlex-TIMEHACK <alexbu2015@hotmail.com>2017-09-23 17:25:22 +0100
commit350e749bb9eab16efe753f9b8fd703b52a97f808 (patch)
tree9c90ec1a8148d66d9ff8605710a992e5e14a6b7e /Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs
parent84ef033af262343febc3f84471233e18bc6b502e (diff)
parent1ee3e00f8f0ee879fce4edf7d1ba9889335bc826 (diff)
downloadhistacom2-350e749bb9eab16efe753f9b8fd703b52a97f808.tar.gz
histacom2-350e749bb9eab16efe753f9b8fd703b52a97f808.tar.bz2
histacom2-350e749bb9eab16efe753f9b8fd703b52a97f808.zip
Merge branch 'master' of https://github.com/Histacom2-Devs/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;
}