aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-09 14:35:36 -0400
committerGitHub <[email protected]>2017-04-09 14:35:36 -0400
commitdd17c932df21f5344cf3683b0bab8e943e5975cc (patch)
tree45c1bf482e45ddd7a2f7a2b61476e7a3c7da782c /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
parentf8f9eaefb1dcfbc28e052637a535c6f124af3e95 (diff)
parentfbdca852b1fc901db6a09fc22fd523160489f7ed (diff)
downloadhistacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.gz
histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.bz2
histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.zip
Merge pull request #37 from lempamo/master
Master
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 912fc8f..2e24707 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -4,6 +4,7 @@ using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using TimeHACK.Engine;
+using TimeHACK.Engine.Template;
namespace TimeHACK.OS.Win95.Win95Apps
{
@@ -25,6 +26,8 @@ namespace TimeHACK.OS.Win95.Win95Apps
for (int i = 0; i < 99; i++) browsinghistory.Add(null);
welcomeinternetscreen.Show();
welcomeinternetscreen.Dock = DockStyle.Fill;
+ 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()