String localization implemented (missing some strings)

This commit is contained in:
2010-07-07 21:04:38 +02:00
parent f6c64d5448
commit 63ca3a9c22
12 changed files with 145 additions and 31 deletions

View File

@@ -92,7 +92,7 @@ wxLanguage User::GetLanguage()
long val;
if (res == wxT(""))
return wxLANGUAGE_ENGLISH_UK ;
return wxLANGUAGE_ENGLISH ;
res.ToLong(&val);