]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbStudio/bbStudio.cxx
*** empty log message ***
[bbtk.git] / kernel / appli / bbStudio / bbStudio.cxx
index b994e493651618ce1bd5e883e69192033945fde3..541d24a171de07b8082381362b25d9c19c570ee2 100644 (file)
@@ -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);