From fa492e53ec91f7f33f3d21370453aa9c13d837de Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 11 Feb 2009 12:31:56 +0100 Subject: Fixes: correct path for gcbmnacros.cpp hint --- src/plugins/debugger/gdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3