We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fff59 commit 2882575Copy full SHA for 2882575
app/gui/qt/mainwindow.cpp
@@ -1135,6 +1135,7 @@ void MainWindow::createInfoPane() {
1135
infoWidg->setWindowIcon(QIcon(":images/icon-smaller.png"));
1136
infoWidg->setLayout(infoLayout);
1137
infoWidg->setWindowFlags(Qt::Tool | Qt::WindowTitleHint | Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
1138
+ infoWidg->setWindowTitle("Sonic Pi - Info");
1139
1140
QAction *closeInfoAct = new QAction(this);
1141
closeInfoAct->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_W));
0 commit comments