forked from qt-creator/qt-creator
Fix original string messages
Change-Id: Icc7819585a8382a02b02a28f39dcea8ec1c6a7e6 Reviewed-on: http://codereview.qt.nokia.com/1142 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Leena Miettinen
parent
26a4e55842
commit
5418a137dd
@@ -462,7 +462,7 @@ static inline void addStackLayoutMemoryView(DebuggerEngine *engine,
|
||||
regMap, true, background);
|
||||
const unsigned flags = separateView ? (DebuggerEngine::MemoryView|DebuggerEngine::MemoryReadOnly) : 0;
|
||||
const QString title =
|
||||
WatchWindow::tr("Memory Layout of Local Variables at 0x%2").arg(start, 0, 16);
|
||||
WatchWindow::tr("Memory Layout of Local Variables at 0x%1").arg(start, 0, 16);
|
||||
engine->openMemoryView(start, flags, markup, p, title, parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user