X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarCtrl.h;h=5c2e986694cf30094954be697d4d642513ed916b;hb=0c16b6458c0fdc03b94288c17d7a685b95f122fc;hp=573d6e9d1a52871aeae37722d0ff5dc9bfbd6e32;hpb=c5716d0f27f0f917282df9121aa97eab7a1bf6b8;p=xestiacalendar%2F.git diff --git a/source/widgets/XCCalendarCtrl.h b/source/widgets/XCCalendarCtrl.h index 573d6e9..5c2e986 100644 --- a/source/widgets/XCCalendarCtrl.h +++ b/source/widgets/XCCalendarCtrl.h @@ -1,14 +1,14 @@ // XCCalendarCtrl.h - Xestia Calendar XCCalendarCtrl widget class header file. // -// (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. @@ -35,8 +35,8 @@ class XCCalendarCtrl: public wxPanel { private: - XCCalendarMonthView *MonthViewCtrl = nullptr; - XCCalendarManipulator *ManipulatorCtrl = nullptr; + XCCalendarMonthView *monthViewCtrl = nullptr; + XCCalendarManipulator *manipulatorCtrl = nullptr; wxFlexGridSizer *szrMain = nullptr; CalendarDataStorage *calendarStorage = nullptr; @@ -55,9 +55,6 @@ class XCCalendarCtrl: public wxPanel public: XCCalendarCtrl(wxWindow *parent, CalendarDataStorage *storage); ~XCCalendarCtrl(); - - - DECLARE_EVENT_TABLE() };