]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectConfigurationDialog.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMProjectConfigurationDialog.cpp
index d26fbb363236d7404bdfd0ebf5bd48ce68f5d415..add92a6fda5a8d38e5389d22b38a00a72ee6f5c7 100644 (file)
@@ -129,10 +129,10 @@ void wxCDMProjectConfigurationDialog::CreateControls()
       );
     ChBIncl->SetToolTip(crea::std2wx(
         "When this box is checked the " + it->first + " library\n"
-        "is included in the project configuration for\n"
-        "this package including the following instruction\n"
-        "in the package's folder CMakeLists.txt file:\n"
-        "SET(${BBTK_PACKAGE_NAME}_USE_" + it->first+ "  ON)\n"
+        "is included in the project configuration\n"
+        "including the following instruction\n"
+        "in the project's folder CMakeLists.txt file:\n"
+        "SET(USE_" + it->first+ "  ON)\n"
         ));
     ChBIncl->SetName(crea::std2wx(it->first));
     ChBIncl->SetValue(it->second);