]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectDescriptionPanel.cpp
index 4d7679b7afea14787dee5d13a85f60d648f3747f..d8097005908b3d8786591be2e457f3f25b04f41d 100644 (file)
@@ -213,7 +213,7 @@ void wxCDMProjectDescriptionPanel::CreateControls()
 
   if(((wxCDMMainFrame*)this->GetParent())->isHelp())
     {
-      wxCDMProjectHelpDialog* helpDialog = new wxCDMProjectHelpDialog(this->GetParent(), this, wxID_ANY);
+      wxCDMProjectHelpDialog* helpDialog = new wxCDMProjectHelpDialog(this->GetParent(), this->project, wxID_ANY);
       helpDialog->Show(true);
     }
 }