1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

wx3 Warning Improved

Now mentions the actual version of wxWidgets used, and links to wiki page rather than direct to bugzilla.
This commit is contained in:
James Crook 2015-05-17 23:23:30 +01:00
parent 5817fec5c7
commit 9568f97054

View File

@ -1339,9 +1339,9 @@ void AudacityApp::FinishInits()
wxT("Bad Version"),
wxT(
"Audacity should be built with wxWidgets 2.8.12.\n\n This version \
of Audacity is using wxWidgets 3.0 or later.\n We're not ready for it yet.\n \
Click the 'Help' button for known issue."),
wxT("http://bugzilla.audacityteam.org/buglist.cgi?keywords=wx3&resolution=---"),
of Audacity (version 2.1.1) is using ") wxVERSION_STRING wxT( ".\n We're not ready for it yet.\n\n \
Click the 'Help' button for known issues."),
wxT("http://wiki.audacityteam.org/wiki/Incorrect_wxWidgets_Version"),
true);
#endif