X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectDescriptionPanel.cpp;h=a6f121b7d02b26c624475e9c5260efd2b5b8a4e1;hb=67757af5e4c42450a232987519be5daa2d8b6654;hp=920408c988b061519ed47c1e0cdf9f5439e1c5f6;hpb=849573af00f0997944cdc7d4c42365091cd17d13;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp b/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp index 920408c..a6f121b 100644 --- a/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp @@ -327,9 +327,8 @@ void wxCDMProjectDescriptionPanel::OnBtnSetBuildPath(wxCommandEvent& event) void wxCDMProjectDescriptionPanel::OnBtnOpenBuild(wxCommandEvent& event) { - std::string* result; if(CDMUtilities::openFileExplorer(this->project->GetBuildPath())) - wxMessageBox(crea::std2wx(*result),_T("Open Folder - Error!"),wxOK | wxICON_ERROR); + wxMessageBox(crea::std2wx("The folder doesn't exist or hasn't yet been created."),_T("Open Folder - Error!"),wxOK | wxICON_ERROR); } void wxCDMProjectDescriptionPanel::OnBtnOpenFolder(wxCommandEvent& event)