X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=929035011afc318200052548e01d816e6122f3d8;hb=a117b08db467757f5920a4cc5791f89a3b5d830c;hp=d205fba6db2193ce98374bef271e79ffcbe539f3;hpb=c5b9277e4f51a80b2485c05476634d14f9826742;p=xestiaab%2F.git diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index d205fba..9290350 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -204,6 +204,8 @@ class frmSearchADT : public wxFrame wxListCtrl* lstResults; wxMenuBar* m_menubar5; wxMenu* mnuContact; + wxMenuItem* mnuContactEdit; + wxMenuItem* mnuContactReveal; // Virtual event handlers, overide them in your derived class virtual void CloseWindow( wxCloseEvent& event ) { event.Skip(); } @@ -1903,7 +1905,7 @@ class frmImportContactsADT : public wxDialog public: - frmImportContactsADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 360,400 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmImportContactsADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 325,400 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmImportContactsADT(); };