diff options
| author | lempamo <[email protected]> | 2017-07-13 12:07:52 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-13 12:07:52 -0500 |
| commit | a48b40e45536ee5c58d4d6a23bde0a9fc2b8ae3d (patch) | |
| tree | 7452fb1d9ef5a819548148ff6246338ef7c44b21 /TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs | |
| parent | 3c69afe48d59f47fe5af8d9522ba1b52ce5259fb (diff) | |
| download | histacom2-a48b40e45536ee5c58d4d6a23bde0a9fc2b8ae3d.tar.gz histacom2-a48b40e45536ee5c58d4d6a23bde0a9fc2b8ae3d.tar.bz2 histacom2-a48b40e45536ee5c58d4d6a23bde0a9fc2b8ae3d.zip | |
added invalid page catcher and resx's
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/TempIE4.cs | 3 |
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; |
