Fix a looooooooot of bugs

This commit is contained in:
2010-11-17 21:09:41 +01:00
parent a6218ac1cc
commit cedb13c3ec
6 changed files with 121 additions and 64 deletions

View File

@@ -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;