Fix a bug with categories (again)

Disable interface during mass update (cursor not changed :()
Resize search icon
This commit is contained in:
2011-02-24 20:59:30 +01:00
parent 16e90b8fc0
commit 5451d3c4ce
4 changed files with 16 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ wxString User::GetCategoryId(const wxString& catName)
Category cat;
for (it=_categories.begin(); it !=_categories.end(); it++)
if (it->name == catName)
if (wxGetTranslation(it->name) == catName)
return it->id;
if ( _db->LoadCategory(wxT(""), catName, cat))