mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 06:40:08 +02:00
Language name table is static and const
This commit is contained in:
parent
a2c37d6435
commit
889284555b
@ -127,7 +127,7 @@ wxString GetSystemLanguageCode()
|
||||
|
||||
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
||||
{
|
||||
const char *utf8Names[] = {
|
||||
static const char *const utf8Names[] = {
|
||||
"af Afrikaans",
|
||||
"ar العربية",
|
||||
"be Беларуская",
|
||||
|
Loading…
x
Reference in New Issue
Block a user