diff options
| author | TheRandomMelon <[email protected]> | 2017-05-14 19:53:08 -0500 |
|---|---|---|
| committer | TheRandomMelon <[email protected]> | 2017-05-14 19:53:08 -0500 |
| commit | ea1a18f27ef7ca5fd7ddb07321e4949af4c548a2 (patch) | |
| tree | 9c36786b500b3b34ce3054391a9db6ed0b39cbd1 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | |
| parent | b188d5037e8969aad6d95cbdbab3c61b85d24117 (diff) | |
| download | histacom2-ea1a18f27ef7ca5fd7ddb07321e4949af4c548a2.tar.gz histacom2-ea1a18f27ef7ca5fd7ddb07321e4949af4c548a2.tar.bz2 histacom2-ea1a18f27ef7ca5fd7ddb07321e4949af4c548a2.zip | |
Fixed most grammatical errors in the license agreement
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs index 1e4e204..e6253c9 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs @@ -25,15 +25,7 @@ namespace TimeHACK.OS.Win95.Win95Apps private void WinClassicIE4_Load(object sender, EventArgs e) { - browsinghistory.Capacity = 99; - BringToFront(); - hidePrograms(); - browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome"); - for (int i = 0; i < 99; i++) browsinghistory.Add(null); - webBrowser1.DocumentText = resources.GetString("ie4start_HTML"); - webBrowser1.Show(); - foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); - foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); + } private void hidePrograms() @@ -218,7 +210,7 @@ namespace TimeHACK.OS.Win95.Win95Apps } } - + //TODO: Add more websites //TODO: Relabel Buttons And Things } |
