diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-10-26 14:50:06 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-10-26 14:50:06 (GMT) |
commit | cb9f404afdc004338419350c150cd945aa8092af (patch) | |
tree | 96c52f545137395cc2757686804293685e1b3a9f /tools | |
parent | 44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c (diff) | |
download | Qt-cb9f404afdc004338419350c150cd945aa8092af.zip Qt-cb9f404afdc004338419350c150cd945aa8092af.tar.gz Qt-cb9f404afdc004338419350c150cd945aa8092af.tar.bz2 |
typo fixed in qmlviewer main menu
Reviewed-by: kkoehne
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qmlviewer/qmlviewer.cpp | 2 |
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); |