From acf98f13fbefe0fc47b0439bb3316f2a3fccc034 Mon Sep 17 00:00:00 2001 From: hjk <qthjk@ovi.com> Date: Tue, 7 Feb 2012 00:39:34 +0100 Subject: [PATCH] debugger: better wording for the how-to-rebuild-dumpers page Change-Id: I80ac1229f2b5343a0f460d6271df18bf5dec310c Reviewed-by: Eike Ziller <eike.ziller@nokia.com> --- src/plugins/debugger/debuggerplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index a198260e419..0f33ba31e6d 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2630,8 +2630,8 @@ void DebuggerPluginPrivate::showQtDumperLibraryWarning(const QString &details) "The debugging helper is used to nicely format the values of some Qt " "and Standard Library data types. " "It must be compiled for each used Qt version separately. " - "On the Qt4 options page, select a Qt installation " - "and click Rebuild.")); + "In the Qt Creator Build and Run preferences page, select a Qt version, " + "expand the Details section and click Build All.")); if (!details.isEmpty()) dialog.setDetailedText(details); dialog.exec(); -- GitLab