Skip to content

Commit 06cfb6e

Browse files
committed
GUI - re-organise version/platform info at bottom
1 parent ad53512 commit 06cfb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,7 @@ void MainWindow::updateVersionNumber(QString v, int v_num,QString latest_v, int
24462446
latest_version_num = latest_v_num;
24472447

24482448
// update status bar
2449-
versionLabel->setText(QString("Sonic Pi on ") + platform + " " + v );
2449+
versionLabel->setText(QString("Sonic Pi " + v + " on " + platform));
24502450

24512451
// update preferences
24522452
QString last_update_check = tr("Last checked %1").arg(last_checked.toString());

0 commit comments

Comments
 (0)