diff options
author | Tobias Hunger <[email protected]> | 2017-08-29 11:48:48 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2017-09-05 10:19:48 +0000 |
commit | 4ef01c961e20fa0c2d4623f28f469916ec4e1abd (patch) | |
tree | 1bbe75e64a1cd1fdf51a05c1af1d145670c91452 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
parent | ca959d8063a5beb08af6737a367c8befb688401c (diff) |
app_version.h: Make IDE name configurable
Change-Id: I993f452c8d09cf89e9a2958fc8e36b7d2c17ee6f
Reviewed-by: Leena Miettinen <[email protected]>
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r-- | src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 313cecefd79..f1a5e17d350 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.</p>" "<p>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.</p>" "<p>Example: <b>(/home/.*/Project)/KnownSubDir -> D:\\Project</b> will " "substitute ELF built by any user to your local project directory.</p>")); |