X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FbbEditor%2FbbEditor.cxx;fp=appli%2FbbEditor%2FbbEditor.cxx;h=a12bae411a5cc06ab59ae0b07c6943ed81b9009f;hb=f08102d8cf97a93b5fbff395a9fd667eaa26b269;hp=497d60f5448c72282f07eee23ffc69146437d712;hpb=4d9b612ea3b0eacb2cbc47d9b57affc96ddfa8c3;p=bbtkGEditor.git diff --git a/appli/bbEditor/bbEditor.cxx b/appli/bbEditor/bbEditor.cxx index 497d60f..a12bae4 100644 --- a/appli/bbEditor/bbEditor.cxx +++ b/appli/bbEditor/bbEditor.cxx @@ -130,7 +130,6 @@ bool wxBBEditorApp::OnCmdLineParsed(wxCmdLineParser& parser) // main frame bool wxBBEditorApp::OnInit( ) { - vtkOutputWindowbbGEditor *vtkoutputwindowbbgeditor= vtkOutputWindowbbGEditor::New(); vtkOutputWindow::SetInstance( vtkoutputwindowbbgeditor ); vtkoutputwindowbbgeditor->Delete(); @@ -148,6 +147,7 @@ bool wxBBEditorApp::OnInit( ) #endif bbtk::wxGUIEditorGraphicBBS *iegbbs; + iegbbs = new bbtk::wxGUIEditorGraphicBBS(NULL); SetTopWindow(iegbbs); iegbbs->Show(true); @@ -171,7 +171,6 @@ bool wxBBEditorApp::OnInit( ) } } - return true; }