diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index c69e08062..9fc170d5b 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -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