1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 14:50:06 +02:00

Language name table is static and const

This commit is contained in:
Paul Licameli 2018-01-03 06:37:57 -05:00
parent a2c37d6435
commit 889284555b

View File

@ -127,7 +127,7 @@ wxString GetSystemLanguageCode()
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
{
const char *utf8Names[] = {
static const char *const utf8Names[] = {
"af Afrikaans",
"ar العربية",
"be Беларуская",