From f79cc7bd9182d8df3f522c22ce92a0bb703a13fa Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 29 Dec 2013 09:20:26 -0800 Subject: Fix typo Reported-by: Peter Konings Signed-off-by: Dirk Hohndel --- qt-ui/profilegraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit v1.2.3-70-g09d2