mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
more wx 3.1 changes
This commit is contained in:
@@ -960,7 +960,11 @@ void AudacityApp::InitLang( const wxString & lang )
|
||||
wxSetEnv(wxT("LANG"), wxT("en_US"));
|
||||
#endif
|
||||
|
||||
#if wxCHECK_VERSION(3,0,0)
|
||||
mLocale = new wxLocale(wxT(""), lang, wxT(""), true);
|
||||
#else
|
||||
mLocale = new wxLocale(wxT(""), lang, wxT(""), true, true);
|
||||
#endif
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
if (existed) {
|
||||
|
||||
Reference in New Issue
Block a user