diff options
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs index 34828cc..0ba3310 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs @@ -49,10 +49,10 @@ namespace Histacom2.OS.Win95.Win95Apps uc = new GooglePrototype(); break; case "www.12padams.com": - uc = new _12padams1998(); + uc = new Website12padams1998(); break; case "12padams.com": - uc = new _12padams1998(); + uc = new Website12padams1998(); newURL = "www.12padams.com"; break; case "google.com": |
