mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +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:
@@ -105,7 +105,8 @@ class AudacityApp:public wxApp {
|
||||
|
||||
int FilterEvent(wxEvent & event);
|
||||
|
||||
void InitLang( const wxString & lang );
|
||||
// Returns the language actually used which is not lang if lang cannot be found.
|
||||
wxString InitLang( const wxString & lang );
|
||||
|
||||
// These are currently only used on Mac OS, where it's
|
||||
// possible to have a menu bar but no windows open. It doesn't
|
||||
|
||||
Reference in New Issue
Block a user