Searchs aren't case sensitive enough. Default categories in native language (even if switching language at runtime)
This commit is contained in:
@@ -352,7 +352,7 @@ void GridAccount::InsertOperation(User* user, Operation& op, int line, bool fix,
|
||||
if (!op.meta)
|
||||
SetCellValue(line, ACCOUNT, user->GetAccountName(op.account));
|
||||
if (!fix && !op.meta)
|
||||
SetCellValue(line, CATEGORY, cat.name);
|
||||
SetCellValue(line, CATEGORY, wxGetTranslation(cat.name));
|
||||
SetCellRenderer(line, OP_DELETE, new wxGridCellBoolRenderer ());
|
||||
SetCellEditor(line, OP_DELETE, new wxGridCellBoolEditor ());
|
||||
SetCellRenderer(line, CHECKED, new wxGridCellBoolRenderer ());
|
||||
|
Reference in New Issue
Block a user