aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TitleScreen.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-25 20:14:13 -0400
committerlempamo <[email protected]>2017-03-25 20:14:13 -0400
commitb4f774d561877ec697a8228297c4a9d406c92485 (patch)
tree8ce345cee8dd94fbead00d1c37f60f293f5781ed /TimeHACK.Main/TitleScreen.cs
parentf7b024c4b804ce64a00e62cb2655ae9c10bbd567 (diff)
downloadhistacom2-b4f774d561877ec697a8228297c4a9d406c92485.tar.gz
histacom2-b4f774d561877ec697a8228297c4a9d406c92485.tar.bz2
histacom2-b4f774d561877ec697a8228297c4a9d406c92485.zip
completely added the font in
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
-rw-r--r--TimeHACK.Main/TitleScreen.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs
index 8b9d0b4..a50a1a4 100644
--- a/TimeHACK.Main/TitleScreen.cs
+++ b/TimeHACK.Main/TitleScreen.cs
@@ -8,7 +8,7 @@ namespace TimeHACK
{
public partial class TitleScreen : Form
{
- System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection();
+ public static System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection();
public TitleScreen()
{