2009-12-22 01:10:59 +01:00
|
|
|
Index: lib-src/portaudio-v19/src/common/pa_front.c
|
|
|
|
===================================================================
|
2015-07-20 13:57:58 +02:00
|
|
|
--- a/lib-src/portaudio-v19/src/common/pa_front.c
|
|
|
|
+++ b/lib-src/portaudio-v19/src/common/pa_front.c
|
|
|
|
@@ -78,7 +78,7 @@
|
2009-12-22 01:10:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
#define PA_VERSION_ 1899
|
|
|
|
-#define PA_VERSION_TEXT_ "PortAudio V19-devel (built " __DATE__ " " __TIME__ ")"
|
|
|
|
+#define PA_VERSION_TEXT_ "PortAudio V19-devel"
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-04-19 00:23:31 +02:00
|
|
|
Index: src/AboutDialog.cpp
|
|
|
|
===================================================================
|
2015-07-20 13:57:58 +02:00
|
|
|
--- a/src/AboutDialog.cpp
|
|
|
|
+++ b/src/AboutDialog.cpp
|
|
|
|
@@ -523,9 +523,6 @@
|
|
|
|
informationStr += _("Build Information");
|
2010-04-19 00:23:31 +02:00
|
|
|
informationStr += wxT("</h3>\n<table>");
|
|
|
|
|
2015-07-20 13:57:58 +02:00
|
|
|
- // Current date
|
2010-04-19 00:23:31 +02:00
|
|
|
- AddBuildinfoRow(&informationStr, _("Program build date: "), __TDATE__);
|
2015-07-20 13:57:58 +02:00
|
|
|
-
|
|
|
|
// Uncomment the next two lines to test hyperlinks work from here.
|
|
|
|
// AddBuildinfoRow(&informationStr, wxT("Link Test:"),
|
|
|
|
// wxT("<a href=\"https:web.audacityteam.org\">Click bait</a>") );
|