aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-17 14:10:30 -0400
committerlempamo <[email protected]>2017-08-17 14:10:30 -0400
commitcba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch)
tree9cb7d978a7085710680246e5b9b73276d69b5b09 /TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites
parent48fb80e89674127f89508ed2293cc591aaf6af4b (diff)
downloadhistacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip
IE4 is now IE3
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
index c8eb531..0fb9650 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)
{
- WinClassicIE4.GoToPage("www.google.stanford.edu");
+ WinClassicIE3.GoToPage("www.google.stanford.edu");
}
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
index 150f2db..68936c1 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
@@ -19,12 +19,12 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites
private void linkLabel1_Click(object sender, EventArgs e)
{
- WinClassicIE4.GoToPage("www.google.com");
+ WinClassicIE3.GoToPage("www.google.com");
}
private void linkLabel2_Click(object sender, EventArgs e)
{
- WinClassicIE4.GoToPage("www.12padams.com");
+ WinClassicIE3.GoToPage("www.12padams.com");
}
}
}