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:
parent
8733f591aa
commit
49d9a75e49
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user