forked from qt-creator/qt-creator
Core: Rename Output &Panes as Out&put
This was overseen in another change. Change-Id: I81e461d659dfe0793d8a593fc597acae57275992 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -396,7 +396,7 @@ OutputPaneManager::OutputPaneManager(QWidget *parent) :
|
|||||||
// Window->Output Panes
|
// Window->Output Panes
|
||||||
ActionContainer *mpanes = ActionManager::createMenu(Constants::M_VIEW_PANES);
|
ActionContainer *mpanes = ActionManager::createMenu(Constants::M_VIEW_PANES);
|
||||||
mview->addMenu(mpanes, Constants::G_VIEW_PANES);
|
mview->addMenu(mpanes, Constants::G_VIEW_PANES);
|
||||||
mpanes->menu()->setTitle(tr("Output &Panes"));
|
mpanes->menu()->setTitle(tr("Out&put"));
|
||||||
mpanes->appendGroup("Coreplugin.OutputPane.ActionsGroup");
|
mpanes->appendGroup("Coreplugin.OutputPane.ActionsGroup");
|
||||||
mpanes->appendGroup("Coreplugin.OutputPane.PanesGroup");
|
mpanes->appendGroup("Coreplugin.OutputPane.PanesGroup");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user