From 04a333bac68f9c6aac2338f2dd407b25e321223f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com> Date: Tue, 17 Nov 2009 11:03:34 +0100 Subject: [PATCH] Make the title of the message output window more clear Now it says "General Messages" instead of just "General". Task-number: QTCREATORBUG-12 --- src/plugins/coreplugin/messageoutputwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/messageoutputwindow.cpp b/src/plugins/coreplugin/messageoutputwindow.cpp index 3da20f48472..b86fd026b0e 100644 --- a/src/plugins/coreplugin/messageoutputwindow.cpp +++ b/src/plugins/coreplugin/messageoutputwindow.cpp @@ -73,7 +73,7 @@ QWidget *MessageOutputWindow::outputWidget(QWidget *parent) QString MessageOutputWindow::name() const { - return tr("General"); + return tr("General Messages"); } void MessageOutputWindow::visibilityChanged(bool /*b*/) -- GitLab