SHA256
1
0
forked from pool/audacity
audacity/audacity-no_buildstamp.patch

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 =