From 400ada2daae9051c7479e7e4818d6b866ad5ed13 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 9 Feb 2022 18:00:59 +0100 Subject: ProjectExplorer: Dis-ambiguate issues pane's "show output" action Amends 08a86169db. Fixes: QTCREATORBUG-27031 Change-Id: Ie6d214673f6c1c52aab1a035c84a7381f9965588 Reviewed-by: Qt CI Bot Reviewed-by: Reviewed-by: hjk --- src/plugins/projectexplorer/compileoutputwindow.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins/projectexplorer/compileoutputwindow.cpp') diff --git a/src/plugins/projectexplorer/compileoutputwindow.cpp b/src/plugins/projectexplorer/compileoutputwindow.cpp index 839a1d2546..a51397bd25 100644 --- a/src/plugins/projectexplorer/compileoutputwindow.cpp +++ b/src/plugins/projectexplorer/compileoutputwindow.cpp @@ -116,7 +116,10 @@ CompileOutputWindow::CompileOutputWindow(QAction *cancelBuildAction) : qRegisterMetaType("QTextCharFormat"); - m_handler = new ShowOutputTaskHandler(this); + m_handler = new ShowOutputTaskHandler(this, + tr("Show Compile &Output"), + tr("Show the output that generated this issue in the compile output window"), + tr("O")); ExtensionSystem::PluginManager::addObject(m_handler); setupContext(C_COMPILE_OUTPUT, m_outputWindow); loadSettings(); -- cgit v1.2.1