From df48d6cae19c465d464fe5255524f0012831e0aa Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 25 Jun 2014 16:49:28 -0400 Subject: [PATCH] MGR: Language Codes 0 and 1 are special cased wxWidgets, for both cases use the default language. --- clientgui/BOINCGUIApp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 38bb36e3a5..bf55d7e527 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -56,6 +56,8 @@ bool s_bSkipExitConfirmation = false; wxChar* Convert28toISOLangCode[] = { + wxT(""), + wxT(""), wxT("ab"), wxT("aa"), wxT("af_ZA"),