Minor typo error affecting History button (was 356 days instead of 365)
This commit is contained in:
parent
2e569175f9
commit
9e3ba35f69
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue