X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=8ae04b948d130d006fca40a23ccf530371b78233;hp=a901d8575fac2deaa58c5c475f2ad26e61d561a8;hb=10f1df124c922e4c82256456cb2c0d5c39af2a04;hpb=66582143bc7b3e31b38abcb86da63fd8f2f61415 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index a901d85..8ae04b9 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1151,11 +1151,7 @@ class frmContactEditorNotesADT : public wxDialog wxPanel* tabGeneral; wxTextCtrl* txtNote; wxPanel* tabPriority; - wxStaticText* lblPriority; - wxCheckBox* chkUsePref; - wxSlider* sliPriority; - wxStaticText* lblHigh; - wxStaticText* lblLow; + wxFlexGridSizer* szrPriority; wxPanel* tabLanguage; wxStaticText* lblLanguage; wxComboBox* cmbLanguage; @@ -1163,7 +1159,6 @@ class frmContactEditorNotesADT : public wxDialog wxButton* btnClose; // Virtual event handlers, overide them in your derived class - virtual void EnablePriority( wxCommandEvent& event ) { event.Skip(); } virtual void ProcessAction( wxCommandEvent& event ) { event.Skip(); } virtual void CloseWindow( wxCommandEvent& event ) { event.Skip(); }