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)
|
else if (e.getSource() == bShowMonth)
|
||||||
m_days = 31;
|
m_days = 31;
|
||||||
else if (e.getSource() == bShowYear)
|
else if (e.getSource() == bShowYear)
|
||||||
m_days = 356;
|
m_days = 365;
|
||||||
else
|
else
|
||||||
m_days = 0; // all
|
m_days = 0; // all
|
||||||
dispose();
|
dispose();
|
||||||
|
|
Loading…
Reference in New Issue