diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-29 09:20:26 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-29 09:20:26 -0800 |
commit | f79cc7bd9182d8df3f522c22ce92a0bb703a13fa (patch) | |
tree | 8cbef796f7c4e09afeac48f9e3c550a323be3a49 /qt-ui | |
parent | 6082ddb1d53b93b4fabcc428ccdf5c5a5445a756 (diff) | |
download | subsurface-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.cpp | 2 |
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()); |