2017-03-18 16:28:01 +01:00
|
|
|
Index: src/AboutDialog.cpp
|
2009-12-22 01:10:59 +01:00
|
|
|
===================================================================
|
2018-02-22 13:28:13 +01:00
|
|
|
--- src/AboutDialog.cpp.orig 2018-02-14 09:11:20.000000000 +0200
|
|
|
|
+++ src/AboutDialog.cpp 2018-02-22 11:19:34.839783711 +0200
|
|
|
|
@@ -64,7 +64,7 @@ hold information about one contributor t
|
2017-03-18 16:28:01 +01:00
|
|
|
#ifdef REV_LONG
|
2018-02-22 13:28:13 +01:00
|
|
|
#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
|
2017-03-18 16:28:01 +01:00
|
|
|
#else
|
|
|
|
-#define REV_IDENT wxT("No revision identifier was provided")
|
|
|
|
+#define REV_IDENT wxT("Official openSUSE Build")
|
|
|
|
#endif
|
2009-12-22 01:10:59 +01:00
|
|
|
|
2017-03-18 16:28:01 +01:00
|
|
|
extern wxString FormatHtmlText( const wxString & Text );
|
2018-02-22 13:28:13 +01:00
|
|
|
@@ -75,7 +75,7 @@ const wxString VerCheckArgs(){
|
2017-03-18 16:28:01 +01:00
|
|
|
#ifdef REV_LONG
|
|
|
|
result += wxString("&CommitId=")+wxString(REV_LONG).Left(6);
|
|
|
|
#endif
|
|
|
|
- result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ );
|
|
|
|
+ result += wxString("&Time=") + wxString( "17 March 2017" ) + wxString( "23:15" );
|
|
|
|
result.Replace(" ","");
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
Index: lib-src/portaudio-v19/qa/loopback/src/paqa.c
|
2010-04-19 00:23:31 +02:00
|
|
|
===================================================================
|
2018-02-22 13:28:13 +01:00
|
|
|
--- lib-src/portaudio-v19/qa/loopback/src/paqa.c.orig 2018-02-14 09:11:20.000000000 +0200
|
|
|
|
+++ lib-src/portaudio-v19/qa/loopback/src/paqa.c 2018-02-22 11:19:34.839783711 +0200
|
2017-03-18 16:28:01 +01:00
|
|
|
@@ -1460,7 +1460,7 @@ int main( int argc, char **argv )
|
|
|
|
int justMath = 0;
|
|
|
|
char *executableName = argv[0];
|
|
|
|
|
|
|
|
- printf("PortAudio LoopBack Test built " __DATE__ " at " __TIME__ "\n");
|
|
|
|
+ printf("PortAudio LoopBack Test built " "17 March 2017" " at " "23:15" "\n");
|
2010-04-19 00:23:31 +02:00
|
|
|
|
2017-03-18 16:28:01 +01:00
|
|
|
if( argc > 1 ){
|
|
|
|
printf("running with arguments:");
|