mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
"System" in language choice in Interface prefs was blank, fixed that
This commit is contained in:
parent
84efd63a70
commit
8640a83b25
@ -296,7 +296,7 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
||||
|
||||
// Add system language
|
||||
langNames.push_back(wxT("System"));
|
||||
langCodes.push_back(wxT(""));
|
||||
langCodes.push_back(wxT("System"));
|
||||
|
||||
for(j=0; j<tempNames.size(); j++) {
|
||||
langNames.push_back(tempNames[j]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user