First runnable version

This commit is contained in:
2011-08-27 18:35:36 +02:00
parent 991486a042
commit 658ec606ed
28 changed files with 657 additions and 646 deletions

View File

@@ -35,7 +35,7 @@
enum {BUTTON_CHANGE_USER_ID=-4, BUTTON_ABOUT_ID=-5, BUTTON_QUIT_ID=-6};
std::string wxUI::months[12] ;
QString wxUI::months[12] ;
QColor wxUI::categoryColors[MAX_CATEGORY] = {QColor(0x00, 0x45, 0x86),
QColor(0xFF, 0x3E, 0x0E),
QColor(0xFF, 0xD3, 0x20),
@@ -90,7 +90,7 @@ wxUI::~wxUI()
if (_locale) delete _locale;
}
bool wxUI::SetLanguage(std::string language)
bool wxUI::SetLanguage(QString language)
{
bool res = true;