X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=be9219e04cd541a931948ef2cd433d5862d91d39;hp=2029ade34fa98eebdc8bd66da5847fe6c09754e7;hb=cbeea63f67490b46dfe5b2f59c3f54b5304835b6;hpb=eda90a61f2decc2d388aed6362446aa619f55d65 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 2029ade..be9219e 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1331,18 +1331,14 @@ class frmContactEditorGeopositionADT : public wxDialog protected: wxNotebook* nbkWebsite; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblGeoposition; wxTextCtrl* txtGeoposition; 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(); }