X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMMainFrame.cpp;h=5ecc185c478f1d696f771d271931b4be90ae66c7;hb=78a3d08edf8e9b8b11ba87c5a6a4f9211ae107d3;hp=98dfb28b1d64ed9874e926db18124a265c61fe09;hpb=157fdd70097efc81cb9bcd3a3b19392b8a144655;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMMainFrame.cpp b/lib/creaDevManagerLib/wxCDMMainFrame.cpp index 98dfb28..5ecc185 100755 --- a/lib/creaDevManagerLib/wxCDMMainFrame.cpp +++ b/lib/creaDevManagerLib/wxCDMMainFrame.cpp @@ -130,7 +130,7 @@ bool wxCDMMainFrame::Create( this->help = true; wxConfigBase* pConfig = wxConfigBase::Get(); - this->help = pConfig->Read(wxT("HELP"), this->help); + this->help = pConfig->Read(wxT("HELP"), this->help) != 0; this->model = new modelCDMMain();