forked from qt-creator/qt-creator
Find: remove unused text "Go to Current Document Find"
Because it would have needed changing. Change-Id: I58ff194a296cce1fd6096f3cc2ea39854435e7c1 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -147,7 +147,7 @@ FindToolBar::FindToolBar(FindPlugin *plugin, CurrentDocumentFind *currentDocumen
|
||||
|
||||
m_ui.advancedButton->setDefaultAction(Core::ActionManager::command(Constants::ADVANCED_FIND)->action());
|
||||
|
||||
m_goToCurrentFindAction = new QAction(tr("Go to Current Document Find"), this);
|
||||
m_goToCurrentFindAction = new QAction(this);
|
||||
Core::ActionManager::registerAction(m_goToCurrentFindAction, Constants::S_RETURNTOEDITOR,
|
||||
Context(Constants::C_FINDTOOLBAR));
|
||||
connect(m_goToCurrentFindAction, SIGNAL(triggered()), this, SLOT(setFocusToCurrentFindSupport()));
|
||||
|
Reference in New Issue
Block a user