Skip to content
Snippets Groups Projects
Commit 04a333ba authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Make the title of the message output window more clear

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

Task-number: QTCREATORBUG-12
parent 35901130
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ QWidget *MessageOutputWindow::outputWidget(QWidget *parent) ...@@ -73,7 +73,7 @@ QWidget *MessageOutputWindow::outputWidget(QWidget *parent)
QString MessageOutputWindow::name() const QString MessageOutputWindow::name() const
{ {
return tr("General"); return tr("General Messages");
} }
void MessageOutputWindow::visibilityChanged(bool /*b*/) void MessageOutputWindow::visibilityChanged(bool /*b*/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment