1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

AboutDialog: Fix build commit link

If you're in the AboutDialog and want to click on the build commit, you are now redirected to tenacity's commits instead of the upstream's one.
This commit is contained in:
fossdd 2021-07-07 18:49:04 +02:00 committed by GitHub
parent 8733f591aa
commit 49d9a75e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ hold information about one contributor to Audacity.
#endif
#ifdef REV_LONG
#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
#define REV_IDENT wxString( "[[https://github.com/tenacityteam/tenacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
#else
#define REV_IDENT (XO("No revision identifier was provided").Translation())
#endif