diff options
| author | JayXKanz666 <[email protected]> | 2017-03-29 03:53:18 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-03-29 03:53:18 +0200 |
| commit | d009e515e32048ec44116fcc7acc18b53de18e80 (patch) | |
| tree | aa49b0c22e47f8e53e1cdc80a5883e50feb28fca /TimeHACK.Main/WinClassicForms | |
| parent | e5e18132058dc2add78b6d3f06bf1de84ca08d50 (diff) | |
| download | histacom2-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.cs | 2 |
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"; } } |
