mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-12 15:46:25 +01:00
Removed wxLog* squelching on language initialization in AudacityApp::InitLang.
This commit is contained in:
@@ -819,9 +819,8 @@ void AudacityApp::InitLang( const wxString & lang )
|
||||
if( mLocale )
|
||||
delete mLocale;
|
||||
|
||||
if (lang != wxT("en")) {
|
||||
wxLogNull nolog;
|
||||
|
||||
if (lang != wxT("en"))
|
||||
{
|
||||
// LL: I do not know why loading translations fail on the Mac if LANG is not
|
||||
// set, but for some reason it does. So wrap the creation of wxLocale
|
||||
// with the default translation.
|
||||
|
||||
Reference in New Issue
Block a user