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