X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmPreferences.h;h=179d7a71a03a93e2bf206577658862280aaa24a0;hp=4d850e0eda344f0130918fa15c1c70ad7364603e;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=a73019906500e3a0fc306a61e4b7975f79725866 diff --git a/source/frmPreferences.h b/source/frmPreferences.h index 4d850e0..179d7a7 100644 --- a/source/frmPreferences.h +++ b/source/frmPreferences.h @@ -38,14 +38,17 @@ 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 EnableBackgroundColourPicker( wxCommandEvent &event ); void CloseWindow( wxCommandEvent &event ); private: void ReloadAccounts(); 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;