X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMLibHelpDialog.cpp;h=e74d006c4228c982e398ab919e25f22d73e30dec;hb=refs%2Fheads%2Fvtk7itk4wx3-mingw64;hp=351406aa736dc101307c85fa59386ef9eeee2a08;hpb=5ff0bb2664c3cd508c1dd438666a71b8a96459c3;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp b/lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp index 351406a..e74d006 100644 --- a/lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp @@ -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