Fix a looooooooot of bugs
This commit is contained in:
@@ -51,7 +51,7 @@ Category User::GetCategory(wxString& catId)
|
||||
cat.parent = wxT("0");
|
||||
cat.name = _("Unknown");
|
||||
cat.font = wxT("");
|
||||
cat.backcolor = wxColour(0xFF, 0xFF, 0xFF);
|
||||
cat.backcolor = OWN_GREEN;
|
||||
cat.forecolor = wxColour(0x00, 0x00, 0x00);
|
||||
|
||||
return cat;
|
||||
|
||||
Reference in New Issue
Block a user