From 4ef01c961e20fa0c2d4623f28f469916ec4e1abd Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 29 Aug 2017 11:48:48 +0200 Subject: app_version.h: Make IDE name configurable Change-Id: I993f452c8d09cf89e9a2958fc8e36b7d2c17ee6f Reviewed-by: Leena Miettinen Reviewed-by: Tobias Hunger --- src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp') diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 313cecefd7..f1a5e17d35 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -215,7 +215,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent "at which the modules where built, for example, while " "doing remote debugging.

" "

If source is specified as a regular expression by starting it with an " - "open parenthesis, Qt Creator matches the paths in the ELF with the " + "open parenthesis, the paths in the ELF are matched with the " "regular expression to automatically determine the source path.

" "

Example: (/home/.*/Project)/KnownSubDir -> D:\\Project will " "substitute ELF built by any user to your local project directory.

")); -- cgit v1.2.1