Add initial locale support

This commit is contained in:
2010-07-04 19:39:39 +02:00
parent d29afc619e
commit dfe81f2b03
10 changed files with 873 additions and 7 deletions

View File

@@ -1,9 +1,11 @@
#include "KissCount.h"
KissCount::KissCount() : _user(NULL)
{
_wxUI = new wxUI(this, wxT("KissCount"), wxPoint(50, 50), wxSize(1024, 768));
_wxUI->InitLanguage(wxLocale::GetSystemLanguage());
_wxUI->Show(true);
_wxUI->Centre();
_wxUI->Disable();