X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorWebsites.h;h=d087ca22b51e2e664ad9dbe8e83f7df34eb65297;hb=ee9b71949005734012f18251774807c38b989ae2;hp=5178d4030c15eac4a724be652941f8a6707fe014;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorWebsites.h b/source/contacteditor/frmContactEditorWebsites.h index 5178d40..d087ca2 100644 --- a/source/contacteditor/frmContactEditorWebsites.h +++ b/source/contacteditor/frmContactEditorWebsites.h @@ -1,3 +1,21 @@ +// frmContactEditorWebsites.h - frmContactEditorVendor form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book 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, +// 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 Address Book. If not, see + #ifndef __frmContactEditorWebsites__ #define __frmContactEditorWebsites__ @@ -9,6 +27,7 @@ Subclass of frmContactEditorWebsitesADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -17,7 +36,6 @@ class frmContactEditorWebsites : public frmContactEditorWebsitesADT { protected: // Handlers for frmContactEditorWebsitesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -48,7 +66,7 @@ class frmContactEditorWebsites : public frmContactEditorWebsitesADT wxListCtrl *WebsiteListCtrlPtr; int WebsiteListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorWebsites__