mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01: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:
@@ -1339,9 +1339,9 @@ void AudacityApp::FinishInits()
|
|||||||
wxT("Bad Version"),
|
wxT("Bad Version"),
|
||||||
wxT(
|
wxT(
|
||||||
"Audacity should be built with wxWidgets 2.8.12.\n\n This version \
|
"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 \
|
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 issue."),
|
Click the 'Help' button for known issues."),
|
||||||
wxT("http://bugzilla.audacityteam.org/buglist.cgi?keywords=wx3&resolution=---"),
|
wxT("http://wiki.audacityteam.org/wiki/Incorrect_wxWidgets_Version"),
|
||||||
true);
|
true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user