From: Eduardo Davila Date: Thu, 5 Nov 2009 16:21:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~41 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=b63803e8c5edf76a6904f2a3b112b1c00c2d6b68 *** empty log message *** --- diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index 1fc7f77..62d9125 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -278,7 +278,6 @@ bool wxTheApplication :: OnInit() creaImageIO::WxGimmickReaderDialog w(0,-1,_T("WxGimmickDialog test"),wxDefaultPosition,wxSize(1200,800),min_image_type,max_image_type,output_dim,threads); w.ShowModal(); - //JCP //std::string datadir( crea::wx2std(GetExecutablePath()) ); std::string datadir( GetExecutablePath() ); @@ -289,7 +288,6 @@ bool wxTheApplication :: OnInit() #endif // MACOSX - if(w.GetReturnCode() == wxID_OK) { std::vector s; @@ -317,7 +315,6 @@ bool wxTheApplication :: OnInit() } - wxFrame* frame1 = new wxFrame(NULL, wxID_ANY, wxT("ROI Application - Evaluation version, 09 Feb 2009 "), wxPoint(400,50), wxSize(800, 600) ); //frame = new wxContourMainFrame( frame1, wxID_ANY, wxString(_T("")), wxPoint(50,50), wxSize(800, 600), images );