]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp
Fixes:
[crea.git] / lib / creaDevManagerLib / wxCDMLibHelpDialog.cpp
index 351406aa736dc101307c85fa59386ef9eeee2a08..e74d006c4228c982e398ab919e25f22d73e30dec 100644 (file)
@@ -92,12 +92,13 @@ void wxCDMLibHelpDialog::CreateControls()
           "Libraries contain the core classes of your project, these libraries should be used by black boxes and applications "
           "from this project to perform the main functions of the project. Functions implementing important tasks such as image "
           "processing algorithms or point cloud processing algorithms should be developed in the libraries of the project, while "
-          "the black boxes and applications serve as interfaces between the user or other platforms and the libraries functions.\n"
+          "the black boxes and applications serve as interfaces between the user or other platforms and the libraries' functions.\n"
           "\n"
           "In the library manager you can view a list of the available libraries in the current project, as well as create "
-          "new libraries. Remember that any library you make must be included in the lib's folder CMakeLists file. You can do that "
-          "by clicking on the \"Edit Lib's CMakeLists File\" button bellow or in the Library Manager the \"Edit CMakeLists file\" "
-          "button and include the desired libraries at the end of the file."),
+          "new libraries. Remember that any library you create must be included in the lib's folder CMakeLists file by using the "
+          "\"ADD_SUBDIRECTORY([libraryName])\" command. You can open this file by clicking on the \"Edit Lib's CMakeLists File\" "
+          "button below or in the Library Manager the \"Edit CMakeLists file\" button and include the desired libraries at the end "
+          "of the file."),
           wxDefaultPosition,
           wxDefaultSize,
           wxALIGN_LEFT