debugger: better wording for the how-to-rebuild-dumpers page

Change-Id: I80ac1229f2b5343a0f460d6271df18bf5dec310c
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
hjk
2012-02-07 00:39:34 +01:00
committed by Eike Ziller
parent c466dcf084
commit acf98f13fb

View File

@@ -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();