aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-29 09:20:26 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-29 09:20:26 -0800
commitf79cc7bd9182d8df3f522c22ce92a0bb703a13fa (patch)
tree8cbef796f7c4e09afeac48f9e3c550a323be3a49 /qt-ui
parent6082ddb1d53b93b4fabcc428ccdf5c5a5445a756 (diff)
downloadsubsurface-f79cc7bd9182d8df3f522c22ce92a0bb703a13fa.tar.gz
Fix typo
Reported-by: Peter Konings <peter.l.e.konings@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/profilegraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp
index a1d6adf55..dfbe606f8 100644
--- a/qt-ui/profilegraphics.cpp
+++ b/qt-ui/profilegraphics.cpp
@@ -169,7 +169,7 @@ void ProfileGraphicsView::contextMenuEvent(QContextMenuEvent* event)
}
}
if (some_hidden) {
- action = m.addAction(tr("Unhde all events"), this, SLOT(unhideEvents()));
+ action = m.addAction(tr("Unhide all events"), this, SLOT(unhideEvents()));
action->setData(event->globalPos());
}
m.exec(event->globalPos());