From 70b24f90979446b9804b94975eb9f28fb6e5b2e0 Mon Sep 17 00:00:00 2001 From: malte_langkabel Date: Wed, 21 Jun 2017 12:16:01 +0200 Subject: [PATCH] ui: fix typo in info dialog --- .../window/project_wizzard/QtProjectWizzardContentPaths.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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').
"