diff options
| author | Tobias Hunger <tobias.hunger@qt.io> | 2017-08-29 11:48:48 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2017-09-05 10:19:48 +0000 |
| commit | 4ef01c961e20fa0c2d4623f28f469916ec4e1abd (patch) | |
| tree | 1bbe75e64a1cd1fdf51a05c1af1d145670c91452 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
| parent | ca959d8063a5beb08af6737a367c8befb688401c (diff) | |
| download | qt-creator-4ef01c961e20fa0c2d4623f28f469916ec4e1abd.tar.gz | |
app_version.h: Make IDE name configurable
Change-Id: I993f452c8d09cf89e9a2958fc8e36b7d2c17ee6f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
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 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.</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>")); |
