X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Fpreferences%2FfrmPreferences.h;h=a5eec97a208f3129cb44ecfec87ef64f6d3a824f;hb=df012cf9ec9670db199095c4f4408dff556c4d5f;hp=2b8ebbf0fdf3fb6a9083d1aa8fd7602e20f39ac2;hpb=cba151c4b833a26c63984769f921bab5e755decd;p=xestiacalendar%2F.git diff --git a/source/forms/preferences/frmPreferences.h b/source/forms/preferences/frmPreferences.h index 2b8ebbf..a5eec97 100644 --- a/source/forms/preferences/frmPreferences.h +++ b/source/forms/preferences/frmPreferences.h @@ -45,14 +45,14 @@ class frmPreferences : public frmPreferencesADT { private: void ReloadAccounts(); - wxImageList *AccImgList = new wxImageList(16,16,true,wxIMAGE_LIST_SMALL); - int AccountID = 0; - int AccountNetID = 0; - int AccountUnsupportedID = 0; + wxImageList *accImgList = new wxImageList(16,16,true,wxIMAGE_LIST_SMALL); + int accountID = 0; + int accountNetID = 0; + int accountUnsupportedID = 0; XCALPreferences *preferences; - wxString preffilename; - bool FirstLoad = TRUE; - bool *ReloadAccountConfig; + wxString prefFilename; + bool firstLoad = TRUE; + bool *reloadAccountConfig; protected: // Handlers for frmPreferencesADT events. void LoadPreferences( wxInitDialogEvent& event ); @@ -67,7 +67,7 @@ class frmPreferences : public frmPreferencesADT /** Constructor */ frmPreferences( wxWindow* parent ); ~frmPreferences(); - void SetupPointers( bool *ReloadAccountInc ); + void SetupPointers( bool *reloadAccountInc ); //// end generated class members };