From 535f7c1a9c4ba8c5d26962df54fa4ba8d223de5e Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 9 Apr 2018 17:47:51 +0200 Subject: [PATCH] ui: updated help dialog for Excluded Files & Directories with description of wildcards --- .../project_wizzard/QtProjectWizzardContentPaths.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp index 209a6c25..c3cf29e3 100644 --- a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp +++ b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentPaths.cpp @@ -420,9 +420,13 @@ QtProjectWizzardContentPathsExclude::QtProjectWizzardContentPathsExclude( { setTitleString("Excluded Files & Directories"); setHelpString( - "These paths define the files and directories that will be left out from indexing.
" - "
" - "You can make use of environment variables with ${ENV_VAR}." + "

These paths define the files and directories that will be left out from indexing.

" + "

Hints:" + "

" ); }