Added translation to Russian. Fixed non-standard lamda in crossword generating. Added release builder script

This commit is contained in:
2015-07-23 22:53:56 +03:00
parent fb3a3fb19a
commit da28a8687f
11 changed files with 457 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
#include "fsettings.hpp"
#ifndef APP_CATALOG
#define APP_CATALOG "app" // replace with the appropriate catalog name
#define APP_CATALOG "CrossGen"
#endif
@@ -46,6 +46,7 @@ public:
void onExitClick( wxCommandEvent& event );
void onAboutClick( wxCommandEvent& event ) {
wxAboutDialogInfo info;
info.SetVersion(wxT("1.0"));
info.AddDeveloper(_("Aleksey Lobanov"));
info.SetDescription(_("Simple GUI cross-generation application. Yet another bike"));
info.SetName(wxTheApp->GetAppName());