X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=edc02d73ad6ca192b7932c9679bedd75cb323515;hp=b679e4f124320d883e038217f6d8a6c050668b58;hb=1cd99f1d6252ccfd70cea70a86f6977e4f2d6e6d;hpb=16ba57d640fd0412351c4cf8d324f02fdb2b2987 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index b679e4f..edc02d7 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1652,18 +1652,14 @@ class frmContactEditorTimezonesADT : public wxDialog protected: wxNotebook* nbkTimezone; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblTimezone; wxComboBox* cmbTimezone; wxStaticText* lblPriority; - wxCheckBox* chkUsePref; - wxSlider* sliPriority; - wxStaticText* lblHigh; - wxStaticText* lblLow; wxButton* btnAction; 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(); }