summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-26 14:50:06 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-26 14:50:06 (GMT)
commitcb9f404afdc004338419350c150cd945aa8092af (patch)
tree96c52f545137395cc2757686804293685e1b3a9f /tools/qmlviewer/qmlviewer.cpp
parent44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c (diff)
downloadQt-cb9f404afdc004338419350c150cd945aa8092af.zip
Qt-cb9f404afdc004338419350c150cd945aa8092af.tar.gz
Qt-cb9f404afdc004338419350c150cd945aa8092af.tar.bz2
typo fixed in qmlviewer main menu
Reviewed-by: kkoehne
Diffstat (limited to 'tools/qmlviewer/qmlviewer.cpp')
-rw-r--r--tools/qmlviewer/qmlviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.cpp b/tools/qmlviewer/qmlviewer.cpp
index 3157377..3aeb0da 100644
--- a/tools/qmlviewer/qmlviewer.cpp
+++ b/tools/qmlviewer/qmlviewer.cpp
@@ -369,7 +369,7 @@ void QmlViewer::createMenu(QMenuBar *menu, QMenu *flatmenu)
QMenu *recordMenu = flatmenu ? flatmenu : menu->addMenu(tr("&Recording"));
- QAction *snapshotAction = new QAction(tr("&Take Snapsot\tF3"), parent);
+ QAction *snapshotAction = new QAction(tr("&Take Snapshot\tF3"), parent);
connect(snapshotAction, SIGNAL(triggered()), this, SLOT(takeSnapShot()));
recordMenu->addAction(snapshotAction);