diff --git a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp index 25860215..8dbb774d 100644 --- a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp +++ b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp @@ -330,12 +330,12 @@ QtProjectWizzardContentPathsHeaderSearch::QtProjectWizzardContentPathsHeaderSear { setTitleString(isCDB ? "Additional Include Paths" : "Include Paths"); setHelpString( - ((isCDB ? "Note: Use the Additional Include Paths to add paths that are missin in the CDB.

" : "") + std::string( + ((isCDB ? "Note: Use the Additional Include Paths to add paths that are missing in the CDB.

" : "") + std::string( "Include Paths are used for resolving #include directives in the indexed source and header files. These paths are " "usually passed to the compiler with the '-I' or '-iquote' flags.
" "
" "Add all paths #include directives throughout your project are relative to. If all #include directives are " - "specified relative to the project's root directory, please add that one.
" + "specified relative to the project's root directory, please add that root directory here.
" "
" "If your project also includes files from external libraries (e.g. boost), please add these directories as well " "(e.g. add '<boost_home>/include').
"