mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Version number in warning now AUDACITY_VERSION_STRING
This commit is contained in:
parent
f458df1c7b
commit
91cc97525f
@ -1339,7 +1339,8 @@ 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 (version 2.1.1) is using ") wxVERSION_STRING wxT( ".\n We're not ready for it yet.\n\n \
|
of Audacity (") AUDACITY_VERSION_STRING wxT(") is using ") wxVERSION_STRING \
|
||||||
|
wxT( ".\n We're not ready for that version of wxWidgets yet.\n\n \
|
||||||
Click the 'Help' button for known issues."),
|
Click the 'Help' button for known issues."),
|
||||||
wxT("http://wiki.audacityteam.org/wiki/Incorrect_wxWidgets_Version"),
|
wxT("http://wiki.audacityteam.org/wiki/Incorrect_wxWidgets_Version"),
|
||||||
true);
|
true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user