aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
index d71c171..c8eb531 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
@@ -19,7 +19,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- TempIE4.GoToPage("www.google.stanford.edu");
+ WinClassicIE4.GoToPage("www.google.stanford.edu");
}
}
}