X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Feventeditor%2FfrmEventEditor.h;h=a1b5f0e56a9352e1643661f07d39263e16a4168f;hb=e5e8bdcfe81d4184b57623167b55cd6bdab9fe90;hp=2728dd99ae5d2151bb201be336debc7cfb96b45b;hpb=d1a4c2db501947f3b1f474f0bdbc217d42bda348;p=xestiacalendar%2F.git diff --git a/source/forms/eventeditor/frmEventEditor.h b/source/forms/eventeditor/frmEventEditor.h index 2728dd9..a1b5f0e 100644 --- a/source/forms/eventeditor/frmEventEditor.h +++ b/source/forms/eventeditor/frmEventEditor.h @@ -1,3 +1,21 @@ +// frmEventEditor.h - frmEventEditor form functions header. +// +// (c) 2016-2017 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// 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 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. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Calendar. If not, see + #ifndef __frmEventEditor__ #define __frmEventEditor__ @@ -33,6 +51,7 @@ class frmEventEditor : public frmEventEditorADT vector calendarIDList; bool editMode = false; int eventID = 0; + int calendarID = 0; string eventFilePath; void SaveContact(); XCALPreferences *preferences;