mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 08:17:59 +01:00
Bug1288: Don't crash when changing language to "Simplified"...
... but give a warning message about the unknown language.
This commit is contained in:
@@ -182,7 +182,7 @@ void InitPreferences()
|
||||
}
|
||||
|
||||
// Initialize the language
|
||||
wxGetApp().InitLang(langCode);
|
||||
langCode = wxGetApp().InitLang(langCode);
|
||||
|
||||
// User requested that the preferences be completely reset
|
||||
if (resetPrefs)
|
||||
|
||||
Reference in New Issue
Block a user