forked from pool/audacity
Dave Plater
c51800a46b
OBS-URL: https://build.opensuse.org/request/show/970013 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=173
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
Index: audacity-Audacity-3.1.3-beta-1/src/AboutDialog.cpp
|
|
===================================================================
|
|
--- audacity-Audacity-3.1.3-beta-1.orig/src/AboutDialog.cpp
|
|
+++ audacity-Audacity-3.1.3-beta-1/src/AboutDialog.cpp
|
|
@@ -71,7 +71,7 @@ hold information about one contributor t
|
|
#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
|
|
@@ -598,8 +598,8 @@ void AboutDialog::PopulateInformationPag
|
|
<< XO("The Build")
|
|
<< wxT("</h3>\n<table>"); // start build info table
|
|
|
|
- // 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 =
|