1
0
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:
Paul Licameli 2019-12-01 17:58:15 -05:00
parent 84efd63a70
commit 8640a83b25

View File

@ -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]);