Skip to content

Commit

Permalink
Change the about dialog's clipboard links to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jul 3, 2023
1 parent 18bb4ae commit 1e0968d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/musescoredialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void AboutBoxDialog::copyRevisionToClipboard()
if (strlen(BUILD_NUMBER))
sysinfo += QString(".") + QString(BUILD_NUMBER);
sysinfo += ", revision: ";
sysinfo += "github-musescore-musescore-";
sysinfo += "GitHub-Jojo-Schmitz-MuseScore-";
sysinfo += revision;
cb->setText(sysinfo);
}
Expand Down

0 comments on commit 1e0968d

Please sign in to comment.