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:
parent
a2c37d6435
commit
889284555b
@ -127,7 +127,7 @@ wxString GetSystemLanguageCode()
|
|||||||
|
|
||||||
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
||||||
{
|
{
|
||||||
const char *utf8Names[] = {
|
static const char *const utf8Names[] = {
|
||||||
"af Afrikaans",
|
"af Afrikaans",
|
||||||
"ar العربية",
|
"ar العربية",
|
||||||
"be Беларуская",
|
"be Беларуская",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user