Added translation to Russian. Fixed non-standard lamda in crossword generating. Added release builder script
This commit is contained in:
@@ -16,13 +16,20 @@ IMPLEMENT_APP(MyApp)
|
||||
bool MyApp::OnInit()
|
||||
{
|
||||
m_locale.Init();
|
||||
wxLocale::AddCatalogLookupPathPrefix(wxT("."));
|
||||
#ifdef APP_LOCALE_DIR
|
||||
m_locale.AddCatalogLookupPathPrefix(wxT(APP_LOCALE_DIR));
|
||||
#endif
|
||||
m_locale.AddCatalog(wxT(APP_CATALOG));
|
||||
#ifdef __LINUX__
|
||||
{
|
||||
wxLogNull noLog;
|
||||
m_locale.AddCatalog(wxT("fileutils"));
|
||||
}
|
||||
#endif
|
||||
|
||||
SetAppName(wxT("CrossGen"));
|
||||
|
||||
|
||||
wxInitAllImageHandlers();
|
||||
wxConfigBase *config = new wxFileConfig;
|
||||
wxConfigBase::Set(config);
|
||||
|
||||
Reference in New Issue
Block a user