Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
audacity
audacity-no_buildstamp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File audacity-no_buildstamp.patch of Package audacity
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 =
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor