From a48b40e45536ee5c58d4d6a23bde0a9fc2b8ae3d Mon Sep 17 00:00:00 2001 From: lempamo Date: Thu, 13 Jul 2017 12:07:52 -0500 Subject: added invalid page catcher and resx's --- TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs') 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; -- cgit v1.2.3