aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs
index 637201d..568749f 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs
@@ -38,6 +38,9 @@ namespace TimeHACK.OS.Win95.Win95Apps
case "www.google.stanford.edu":
uc = new GooglePrototype();
break;
+ default:
+ uc = new IE4NoPage();
+ break;
}
addressbar.Text = url;