summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-02-11 12:31:56 +0100
committerhjk <qtc-committer@nokia.com>2009-02-11 12:31:56 +0100
commitfa492e53ec91f7f33f3d21370453aa9c13d837de (patch)
treec5a50d9ee6ffc32128012376b27ea6c60706f75a
parent3b7c35fa9b452b17b986b719d1914263d472060d (diff)
downloadqt-creator-fa492e53ec91f7f33f3d21370453aa9c13d837de.tar.gz
Fixes: correct path for gcbmnacros.cpp hint
-rw-r--r--src/plugins/debugger/gdbengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp
index e4b859d6c1..c8336c101c 100644
--- a/src/plugins/debugger/gdbengine.cpp
+++ b/src/plugins/debugger/gdbengine.cpp
@@ -3338,7 +3338,7 @@ void GdbEngine::handleQueryDataDumper2(const GdbResultRecord &record)
tr("The debugged binary does not contain information needed for "
"nice display of Qt data types.\n\n"
"You might want to try including the file\n\n"
- ".../ide/main/bin/gdbmacros/gdbmacros.cpp'\n\n"
+ ".../share/qtcreator/gdbmacros/gdbmacros.cpp\n\n"
"into your project directly.")
);
} else {