X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fmonthviewgen.cpp;h=bd741eb8dbde11e1afdb9f478da490caca0d1d2f;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=f1bd7021978aa395857c2d5d5fce396f21bfd0c7;hpb=f6e325350072fe3ece746e70f46e87dfddb66f2c;p=xestiacalendar%2F.git diff --git a/source/common/monthviewgen.cpp b/source/common/monthviewgen.cpp index f1bd702..bd741eb 100644 --- a/source/common/monthviewgen.cpp +++ b/source/common/monthviewgen.cpp @@ -1,14 +1,14 @@ // monthviewgen.cpp - Xestia Calendar month view generation functions. // -// (c) 2016 Xestia Software Development. +// (c) 2016-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // -// Xestia Address Book is free software: you can redistribute it and/or modify +// Xestia Calendar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, version 3 of the license. // -// Xestia Address Book is distributed in the hope that it will be useful, +// Xestia Calendar is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. @@ -221,13 +221,13 @@ XCCalendarMonthViewGrid GenerateMonthGrid(int Month, int Year){ } - if (Month == 2 && ProcessDay == 28){ - + if (Month == 2 && ProcessDay == 29){ + break; } - } else if (Month == 2 && ProcessDay == 28){ + } else if ((Month == 2 && ProcessDay == 28) && Year % 4 != 0){ break;