From d018abc22296f2d709aac45176a5f4a6c685025d Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 11 Feb 2009 12:30:02 +0100 Subject: [PATCH] Fixes: correct name for gdmacros.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 e4b859d6c19..745d97b4cde 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 {