Fix bugs in account/category modification/deletion

Fix some strings
This commit is contained in:
2010-11-29 20:11:11 +01:00
parent c88c3b4836
commit 765483ff15
8 changed files with 188 additions and 151 deletions

View File

@@ -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);