X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fappli%2FbbStudio%2FbbStudio.cxx;h=541d24a171de07b8082381362b25d9c19c570ee2;hb=69437e387d771c8fb0b43994dc550e725811b4c3;hp=b994e493651618ce1bd5e883e69192033945fde3;hpb=5d503ab0e50fbae3cd2ebd26e6c815557abbe42e;p=bbtk.git diff --git a/kernel/appli/bbStudio/bbStudio.cxx b/kernel/appli/bbStudio/bbStudio.cxx index b994e49..541d24a 100644 --- a/kernel/appli/bbStudio/bbStudio.cxx +++ b/kernel/appli/bbStudio/bbStudio.cxx @@ -75,7 +75,7 @@ bool wxBBIApp::OnInit( ) if (usage) return false; bbtk::WxGUIScriptingInterface *I = - new bbtk::WxGUIScriptingInterface(0,_T("bbStudio"),wxSize(800,600)); + new bbtk::WxGUIScriptingInterface(0); SetTopWindow(I); I->Show(true);