Make the title of the message output window more clear

Now it says "General Messages" instead of just "General".

Task-number: QTCREATORBUG-12
This commit is contained in:
Thorbjørn Lindeijer
2009-11-17 11:03:34 +01:00
parent 35901130ee
commit 04a333bac6

View File

@@ -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*/)