2022-04-14 05:57:27 +02:00
|
|
|
Index: audacity-Audacity-3.1.3-beta-1/src/AboutDialog.cpp
|
2009-12-22 01:10:59 +01:00
|
|
|
===================================================================
|
2022-04-14 05:57:27 +02:00
|
|
|
--- audacity-Audacity-3.1.3-beta-1.orig/src/AboutDialog.cpp
|
|
|
|
+++ audacity-Audacity-3.1.3-beta-1/src/AboutDialog.cpp
|
2021-08-27 15:14:25 +02:00
|
|
|
@@ -71,7 +71,7 @@ hold information about one contributor t
|
2020-05-19 12:49:58 +02:00
|
|
|
#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( "Official openSUSE Build" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
|
|
|
|
#else
|
|
|
|
#define REV_IDENT (XO("No revision identifier was provided").Translation())
|
|
|
|
#endif
|
2022-04-14 05:57:27 +02:00
|
|
|
@@ -598,8 +598,8 @@ void AboutDialog::PopulateInformationPag
|
2021-04-21 17:20:53 +02:00
|
|
|
<< XO("The Build")
|
|
|
|
<< wxT("</h3>\n<table>"); // start build info table
|
2020-05-19 12:49:58 +02:00
|
|
|
|
|
|
|
- // Current date
|
|
|
|
- AddBuildinfoRow(&informationStr, XO("Program build date:"), __TDATE__);
|
|
|
|
+ /*/ Current date
|
|
|
|
+ AddBuildinfoRow(&informationStr, XO("Program build date:"), __TDATE__);*/
|
|
|
|
AddBuildinfoRow(&informationStr, XO("Commit Id:"), REV_IDENT );
|
|
|
|
|
|
|
|
auto buildType =
|