Minor typo error affecting History button (was 356 days instead of 365)

This commit is contained in:
Carlos Ruiz 2006-12-28 20:10:27 +00:00
parent 2e569175f9
commit 9e3ba35f69
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class VOnlyCurrentDays extends CDialog
else if (e.getSource() == bShowMonth)
m_days = 31;
else if (e.getSource() == bShowYear)
m_days = 356;
m_days = 365;
else
m_days = 0; // all
dispose();