]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMPackageDescriptionPanel.cpp
index 74cd7fcf360b6fa755de700314c785b982e1932b..e6f70b2f8b4100731d8b7b7f0e6a6a437ff48fa6 100644 (file)
@@ -217,8 +217,7 @@ void wxCDMPackageDescriptionPanel::CreateControls()
 
   if (((wxCDMMainFrame*)this->GetParent())->isHelp())
     {
-      std::vector<modelCDMCMakeListsFile*> files;
-      wxCDMPackageHelpDialog* helpDialog = new wxCDMPackageHelpDialog(this->GetParent(), files, wxID_ANY);
+      wxCDMPackageHelpDialog* helpDialog = new wxCDMPackageHelpDialog(this->GetParent(), this->package, wxID_ANY);
       helpDialog->Show(true);
     }
 }