aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-26 15:16:44 -0600
committerAShifter <[email protected]>2017-03-26 15:16:44 -0600
commit3d5745cbfcf6019dc9f864b59dd05d60bea770b3 (patch)
treef0c24d96a6b49fa5b5436377cac6a2617dd13c9f /TimeHACK.Main/Windows95.cs
parentf16f3a8a3df33f46c4ec6c864447cced97c0f034 (diff)
downloadhistacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.tar.gz
histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.tar.bz2
histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.zip
Added TimeHACK.Engine...
i had an anal screw, honeyfry
Diffstat (limited to 'TimeHACK.Main/Windows95.cs')
-rw-r--r--TimeHACK.Main/Windows95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs
index 94c42aa..832cfbd 100644
--- a/TimeHACK.Main/Windows95.cs
+++ b/TimeHACK.Main/Windows95.cs
@@ -116,7 +116,7 @@ namespace TimeHACK
{
WindowManager wm = new WindowManager();
TestApp test = new TestApp();
- wm.startWinClassic(test, "TestApp", null, true, true);
+ wm.StartWinClassic(test, "TestApp", null, true, true);
}
}
}