X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmPreferences.h;h=154a946227372d7bf83a5e9968c922d08569da93;hb=176323555ae58da5fec1ac843e0c613a0b9dabba;hp=4d850e0eda344f0130918fa15c1c70ad7364603e;hpb=a73019906500e3a0fc306a61e4b7975f79725866;p=xestiaab%2F.git diff --git a/source/frmPreferences.h b/source/frmPreferences.h index 4d850e0..154a946 100644 --- a/source/frmPreferences.h +++ b/source/frmPreferences.h @@ -38,6 +38,7 @@ class frmPreferences : public frmPreferencesADT void DisableABButtons( wxListEvent& event ); void DeleteABAccount( wxCommandEvent& event ); void ModifyABAccount( wxCommandEvent& event ); + void ModifyABAccount( wxMouseEvent& event ); void SavePreferences( wxCommandEvent &event ); void AddABAccount( wxCommandEvent &event ); void CloseWindow( wxCommandEvent &event ); @@ -46,6 +47,7 @@ class frmPreferences : public frmPreferencesADT wxImageList *AccImgList = new wxImageList(16,16,true,wxIMAGE_LIST_SMALL); int AccountID = 0; int AccountNetID = 0; + int AccountUnsupportedID = 0; XABPreferences *preferences; wxString preffilename; bool FirstLoad = TRUE;