diff options
| author | jtsshieh <[email protected]> | 2017-08-03 07:57:11 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-08-03 07:57:11 -0400 |
| commit | d51d7d3a8e91b3e7c10f4e6b9dcb5526d20e2a09 (patch) | |
| tree | a3f42437f5eebab302d084abed06a73a0e175247 /TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites | |
| parent | 9ba27fb843bdd47304e8760e43ff8927d0a60796 (diff) | |
| parent | 2029bbc59969fd4554022bc23dd6a88a2adc6d19 (diff) | |
| download | histacom2-d51d7d3a8e91b3e7c10f4e6b9dcb5526d20e2a09.tar.gz histacom2-d51d7d3a8e91b3e7c10f4e6b9dcb5526d20e2a09.tar.bz2 histacom2-d51d7d3a8e91b3e7c10f4e6b9dcb5526d20e2a09.zip | |
Merge branch 'master' of https://github.com/jtsshieh/TimeHACK
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs | 2 |
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"); } } } |
