First runnable version
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user