Fix bugs in account/category modification/deletion
Fix some strings
This commit is contained in:
@@ -111,7 +111,10 @@ GenerateDialog::GenerateDialog(KissCount* kiss, wxUI *parent, int month, int yea
|
||||
_yearTo->Select(year-2000);
|
||||
OnYearToChange(event);
|
||||
if (_ops[year].size())
|
||||
{
|
||||
month = _ops[year][0];
|
||||
_yearTo->Select(year-1999);
|
||||
}
|
||||
|
||||
if (month == -1)
|
||||
_monthTo->Select(0);
|
||||
|
Reference in New Issue
Block a user