diff options
| author | jtsshieh <[email protected]> | 2017-08-02 22:08:21 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-02 22:08:21 -0400 |
| commit | 2029bbc59969fd4554022bc23dd6a88a2adc6d19 (patch) | |
| tree | b5a5281108d8f0983fdf3b3446a4911059fd3497 /TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites | |
| parent | d2286b7d68db20fae6bdb58078853379faf5ac08 (diff) | |
| parent | a3b48880bf4136cb8033305fde052727e24ab8b1 (diff) | |
| download | histacom2-2029bbc59969fd4554022bc23dd6a88a2adc6d19.tar.gz histacom2-2029bbc59969fd4554022bc23dd6a88a2adc6d19.tar.bz2 histacom2-2029bbc59969fd4554022bc23dd6a88a2adc6d19.zip | |
Merge branch 'master' into master
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"); } } } |
