Add Real mode
This commit is contained in:
@@ -774,7 +774,7 @@ void GridAccount::OnOperationModified(wxGridEvent& event)
|
||||
{
|
||||
new_op.category = op_tmp.category;
|
||||
new_op.account = op_tmp.account;
|
||||
SetCellValue(row, CATEGORY, user->GetCategoryName(new_op.category));
|
||||
SetCellValue(row, CATEGORY, wxGetTranslation(user->GetCategoryName(new_op.category)));
|
||||
SetCellValue(row, ACCOUNT, user->GetAccountName(new_op.account));
|
||||
op_complete -= 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user