This commit is contained in:
doitux
2007-02-18 00:51:40 +00:00
parent fc25ae5a8b
commit 4e69e4d7e6
6 changed files with 48 additions and 34 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ GuiWrapper::GuiWrapper() : myLog(0), myW(0)
{
myW = new mainWindowImpl;
myW = new mainWindowImpl(this);
myW->show();
myLog = new Log(myW);