audacity/audacity-no_buildstamp.patch
Dave Plater 07a9a78119 Accepting request 1230672 from home:kill_it:branches:multimedia:apps
- Update to 3.7.1
  
  This is a patch release. It fixes the following bugs:
  * #7797 Effects can be applied to time-stretched clips.
  * #7620 Moving or renaming the installation directory no longer
    re-enables disabled modules.
  * #7652 Opening the "Adjust Playback Speed" dialog doesn't crash
    Audacity anymore.

OBS-URL: https://build.opensuse.org/request/show/1230672
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=239
2024-12-13 07:13:46 +00:00

25 lines
1.0 KiB
Diff

diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
index c0a7bde08..947794db9 100644
--- a/src/AboutDialog.cpp
+++ b/src/AboutDialog.cpp
@@ -62,7 +62,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( "Official openSUSE Build" ) + " " + REV_LONG + " of " + REV_TIME
#else
#define REV_IDENT (XO("No revision identifier was provided").Translation())
#endif
@@ -526,8 +526,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
<< 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 =