X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorNickname.h;h=e40663ed49a31af7b2649e173c73190c01b4deef;hb=ee9b71949005734012f18251774807c38b989ae2;hp=005d97de051c901fca5f480bd9cb8d0d6bb3be02;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorNickname.h b/source/contacteditor/frmContactEditorNickname.h index 005d97d..e40663e 100644 --- a/source/contacteditor/frmContactEditorNickname.h +++ b/source/contacteditor/frmContactEditorNickname.h @@ -1,3 +1,21 @@ +// frmContactEditorNickname.h - frmContactEditorNickname 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 __frmContactEditorNickname__ #define __frmContactEditorNickname__ @@ -10,6 +28,9 @@ Subclass of frmContactEditorNicknameADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../common/textprocessing.h" +#include "../common/languages.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -19,7 +40,6 @@ class frmContactEditorNickname : public frmContactEditorNicknameADT protected: // Handlers for frmContactEditorNicknameADT events. void InitAddressEditor( wxInitDialogEvent& event ); - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -48,6 +68,7 @@ class frmContactEditorNickname : public frmContactEditorNicknameADT wxListCtrl *NicknamesListCtrlPtr; int NicknamesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; };