From: Daniel Felipe Gonzalez Date: Tue, 29 Jan 2013 17:18:50 +0000 (+0100) Subject: Feature #1711 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=crea.git;a=commitdiff_plain;h=eed967098aa87503c59d09c8d5c0dc87485698e2 Feature #1711 CreaDevManager application implementation - Changes for windows compatibility. Removed message box in new project on MainFrame. --- diff --git a/lib/creaDevManagerLib/wxCDMMainFrame.cpp b/lib/creaDevManagerLib/wxCDMMainFrame.cpp index 9565b8a..e5e1eaa 100755 --- a/lib/creaDevManagerLib/wxCDMMainFrame.cpp +++ b/lib/creaDevManagerLib/wxCDMMainFrame.cpp @@ -303,7 +303,7 @@ void wxCDMMainFrame::OnMenuNewProject(wxCommandEvent& event) this->actualTreeItem.Unset(); tree_Projects->BuildTree(this->model->GetModelElements(),this->model->GetProject()); tree_Projects->SelectItem(this->model->GetProject()->GetId().GetWxId()); - wxMessageBox(wxT("ProjectSelected") ,_T("New Project - Success!"),wxOK | wxICON_ERROR); + //wxMessageBox(wxT("ProjectSelected") ,_T("New Project - Success!"),wxOK | wxICON_ERROR); } } void wxCDMMainFrame::OnMenuOpenProject(wxCommandEvent& event)