aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.cs
diff options
context:
space:
mode:
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);
}
}
}