X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=04e23b71aa7740424f65ba45a82ae27d9560acdc;hb=e7eaa503e46395e1126c901b1ff0d25388259ba5;hp=929035011afc318200052548e01d816e6122f3d8;hpb=881d6f6256a11b9b3a11d9f495e34239767e539b;p=xestiaab%2F.git diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 9290350..04e23b7 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -50,8 +50,8 @@ /////////////////////////////////////////////////////////////////////////// #define ID_MANAGE_NEWAB 1000 -#define ID_MANAGE_IMPORT 1001 -#define ID_MANAGE_EXPORT 1002 +#define ID_IMPORT 1001 +#define ID_EXPORT 1002 #define ID_CONTACT_EDIT 1003 #define ID_CONTACT_DELETE 1004 #define ID_VIEW_FNLN 1005 @@ -1646,7 +1646,7 @@ class frmContactEditorTelephoneADT : public wxDialog public: - frmContactEditorTelephoneADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Telephone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 401,262 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorTelephoneADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Telephone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 401,307 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTelephoneADT(); };