aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/WinClassicForms
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-03-29 03:53:18 +0200
committerJayXKanz666 <[email protected]>2017-03-29 03:53:18 +0200
commitd009e515e32048ec44116fcc7acc18b53de18e80 (patch)
treeaa49b0c22e47f8e53e1cdc80a5883e50feb28fca /TimeHACK.Main/WinClassicForms
parente5e18132058dc2add78b6d3f06bf1de84ca08d50 (diff)
downloadhistacom2-d009e515e32048ec44116fcc7acc18b53de18e80.tar.gz
histacom2-d009e515e32048ec44116fcc7acc18b53de18e80.tar.bz2
histacom2-d009e515e32048ec44116fcc7acc18b53de18e80.zip
added font to WM
Diffstat (limited to 'TimeHACK.Main/WinClassicForms')
-rw-r--r--TimeHACK.Main/WinClassicForms/WinClassicIE4.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs b/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs
index 1f10c34..a7819ea 100644
--- a/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs
+++ b/TimeHACK.Main/WinClassicForms/WinClassicIE4.cs
@@ -160,7 +160,7 @@ namespace TimeHACK.WinClassicForms
{
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
- wm.startWinClassic(opendownload, "Downloader", null, false, true, new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0))));
+ wm.startWinClassic(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Web Chat";
}
}