X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor.h;h=fabe5cb3456d71607fbdbabf6cbc0c39dae78868;hb=2b8ca7c8528a738a40d099e2cce5b974bc741699;hp=1cd897ec4eeee344189ac3eb40d439e7a4194079;hpb=a514ec16ece648eb87cb946b5da7bdf09bcf9311;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor.h b/source/contacteditor/frmContactEditor.h index 1cd897e..fabe5cb 100644 --- a/source/contacteditor/frmContactEditor.h +++ b/source/contacteditor/frmContactEditor.h @@ -313,6 +313,7 @@ class frmContactEditor : public frmContactEditorADT frmContactEditor( wxWindow* parent ); void SetupHeaders(); void SetupContact(wxString AccountName); + void SetupAccountData(bool UnsupportedAccount); void SetupPointers(frmActivityMgr *ActMgr, wxETagProcessTimer *ETagProc, frmMain *MainPtrInc); bool LoadContact(wxString Filename); @@ -711,6 +712,8 @@ class frmContactEditor : public frmContactEditorADT wxString wxSContactFilename; wxString wxSContactAccount; bool boolContactModified; + bool boolUnsupportedAccount = false; + int intSeekSelectedData; /* Section for saving/loading data */