]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMMainFrame.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMMainFrame.cpp
index 98dfb28b1d64ed9874e926db18124a265c61fe09..5ecc185c478f1d696f771d271931b4be90ae66c7 100755 (executable)
@@ -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();