aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.cpp
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2011-07-05 09:04:42 +0200
committerLeena Miettinen <[email protected]>2011-07-05 12:10:50 +0200
commit5418a137ddc603f9e504f26a0236ea2ad1429336 (patch)
tree698735441463aeaf1ba4960817daa94f4ff9ea97 /src/plugins/debugger/stackwindow.cpp
parent26a4e55842b77f332861d74edd3ba869ce860695 (diff)
Fix original string messages
Change-Id: Icc7819585a8382a02b02a28f39dcea8ec1c6a7e6 Reviewed-on: http://codereview.qt.nokia.com/1142 Reviewed-by: Qt Sanity Bot <[email protected]> Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/debugger/stackwindow.cpp')
-rw-r--r--src/plugins/debugger/stackwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackwindow.cpp b/src/plugins/debugger/stackwindow.cpp
index d547b6a423b..92e0722e7ac 100644
--- a/src/plugins/debugger/stackwindow.cpp
+++ b/src/plugins/debugger/stackwindow.cpp
@@ -173,7 +173,7 @@ void StackWindow::contextMenuEvent(QContextMenuEvent *ev)
else if (act == actAdjust)
resizeColumnsToContents();
else if (act == actShowMemory) {
- const QString title = tr("Memory at Frame #%1 (%2) 0x%3)").
+ const QString title = tr("Memory at Frame #%1 (%2) 0x%3").
arg(row).arg(frame.function).arg(address, 0, 16);
QList<MemoryMarkup> ml;
ml.push_back(MemoryMarkup(address, 1, QColor(Qt::blue).lighter(),