summaryrefslogtreecommitdiffstats
path: root/tools/pixeltool
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-04-20 20:36:24 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-04-20 20:43:37 +0200
commit0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792 (patch)
tree461d9a1f19f2ced352c8726f4a3f22e7c0f2769a /tools/pixeltool
parent139497b6871d73d3366c21b51db9a74046855552 (diff)
fix typos
Diffstat (limited to 'tools/pixeltool')
-rw-r--r--tools/pixeltool/qpixeltool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pixeltool/qpixeltool.cpp b/tools/pixeltool/qpixeltool.cpp
index c68468871c..f64dfba73c 100644
--- a/tools/pixeltool/qpixeltool.cpp
+++ b/tools/pixeltool/qpixeltool.cpp
@@ -356,7 +356,7 @@ void QPixelTool::contextMenuEvent(QContextMenuEvent *e)
freeze.setCheckable(true);
freeze.setChecked(tmpFreeze);
freeze.setShortcut(QKeySequence(Qt::Key_Space));
- QAction autoUpdate(QLatin1String("Continous update"), &menu);
+ QAction autoUpdate(QLatin1String("Continuous update"), &menu);
autoUpdate.setCheckable(true);
autoUpdate.setChecked(m_autoUpdate);
autoUpdate.setShortcut(QKeySequence(Qt::Key_A));