From 71ec75dc79e2b5632216dc801dfeaf7510e25210 Mon Sep 17 00:00:00 2001 From: JayXKanz666 Date: Sun, 2 Jul 2017 22:44:11 +0200 Subject: Added lots of features to WinClassicTerminal.cs -Added CMD redirection -Added menubar that was missing -And more (look at the source :P) --- TimeHACK.Main/TitleScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/TitleScreen.cs') diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs index 54b680f..bd3399c 100644 --- a/TimeHACK.Main/TitleScreen.cs +++ b/TimeHACK.Main/TitleScreen.cs @@ -195,7 +195,7 @@ namespace TimeHACK label1.Parent = leet; label1.AutoSize = true; label1.Text = "Thank you for making TimeHACK possible."; - wm.startWin95(leet, "Thank You", null, true, true); + wm.StartWin95(leet, "Thank You", null, true, true); } // The VM Mode timer / checker. Updates every 100ms -- cgit v1.2.3