aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-01 14:10:19 -0400
committerlempamo <[email protected]>2017-08-01 14:10:19 -0400
commit9a68e5ed46f76d4ddda94c234a65a757797bdae9 (patch)
tree09a54eb94023fdf69263acf55fbd6b968bddacec /TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites
parentc0fd6c4d1b176d44f05d2f20c4d4439f3278f632 (diff)
downloadhistacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.tar.gz
histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.tar.bz2
histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.zip
Replaced IE4
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.cs2
2 files changed, 2 insertions, 2 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");
}
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
index ee21b0f..2d48c99 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
@@ -19,7 +19,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites
private void linkLabel1_Click(object sender, EventArgs e)
{
- TempIE4.GoToPage("www.google.com");
+ WinClassicIE4.GoToPage("www.google.com");
}
}
}