AccountsPanel 90%, missing :

* Month generation
  * Fix extension
  * Better display
  * Operation deletion
This commit is contained in:
Grégory Soutadé 2010-06-17 12:34:44 +02:00
parent 936d7a95eb
commit 36c01b0c56

View File

@ -575,10 +575,10 @@ void AccountPanel::OnOperationModified(wxGridEvent& event)
value = _grid->GetCellValue(event.GetRow(), CHECKED); value = _grid->GetCellValue(event.GetRow(), CHECKED);
if (value != _("")) if (value != _(""))
{ new_op.checked = true;
new_op.checked = (value == _("1")); else
op_complete--; new_op.checked = false;
} op_complete--;
if (col == CHECKED || col == CATEGORY) if (col == CHECKED || col == CATEGORY)
{ {