aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-09 12:31:17 -0400
committerlempamo <[email protected]>2017-04-09 12:31:17 -0400
commita428bf2117d61d92e41e48454601a4e788847e9e (patch)
tree62405a2d557438b2295606fb7a3eff79cd845bf3 /TimeHACK.Main/OS
parent95ec012bea09453f75d3cc59791de6e52661d65f (diff)
downloadhistacom2-a428bf2117d61d92e41e48454601a4e788847e9e.tar.gz
histacom2-a428bf2117d61d92e41e48454601a4e788847e9e.tar.bz2
histacom2-a428bf2117d61d92e41e48454601a4e788847e9e.zip
gave proper font to ie4
Diffstat (limited to 'TimeHACK.Main/OS')
-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()