forked from qt-creator/qt-creator
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:
@@ -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*/)
|
||||||
|
|||||||
Reference in New Issue
Block a user