1
0
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:
James Crook 2015-05-18 20:01:55 +01:00
parent f458df1c7b
commit 91cc97525f

View File

@ -1339,7 +1339,8 @@ void AudacityApp::FinishInits()
wxT("Bad Version"),
wxT(
"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."),
wxT("http://wiki.audacityteam.org/wiki/Incorrect_wxWidgets_Version"),
true);