Move Christmas to December from the 13th month

This commit is contained in:
Lauri Nurmi
2025-08-30 15:05:40 +02:00
committed by Vadim Zeitlin
parent d6af1f50ca
commit 807aeb252a
+1 -1
View File
@@ -1689,7 +1689,7 @@ protected:
bool DoIsHoliday(const wxDateTime& dt) const override
{
if (dt.IsSameDate(GetEaster(dt.GetYear())) ||
(dt.GetMonth() == 12 && dt.GetDay() == 25))
(dt.GetMonth() == wxDateTime::Month::Dec && dt.GetDay() == 25))
{
return true;
}