From 7852d61dda2b2608aab665d133032fdebc3a93d4 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 29 Sep 2014 14:12:14 +0200 Subject: Re-add Label for action JumpToFileUnderCursorInNextSplit. The label got lost in f1eb9c4827670a56a5f772575d7f4a1d1f9cd26f Change-Id: Idedbc471a2ea6104e900d626ff7b424d51092624 Reviewed-by: David Schulz --- src/plugins/texteditor/texteditoractionhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/texteditoractionhandler.cpp b/src/plugins/texteditor/texteditoractionhandler.cpp index 73d8ea6bf6..47fc0217a1 100644 --- a/src/plugins/texteditor/texteditoractionhandler.cpp +++ b/src/plugins/texteditor/texteditoractionhandler.cpp @@ -354,7 +354,7 @@ void TextEditorActionHandlerPrivate::createActions() SLOT(openLinkUnderCursor()), true, tr("Jump To File Under Cursor"), QKeySequence(Qt::Key_F2)); m_jumpToFileInNextSplitAction = registerAction(JUMP_TO_FILE_UNDER_CURSOR_IN_NEXT_SPLIT, - SLOT(openLinkUnderCursorInNextSplit()), true, + SLOT(openLinkUnderCursorInNextSplit()), true, tr("Jump to File Under Cursor in Next Split"), QKeySequence(Utils::HostOsInfo::isMacHost() ? tr("Meta+E, F2") : tr("Ctrl+E, F2"))); m_viewPageUpAction = registerAction(VIEW_PAGE_UP, -- cgit v1.2.1