X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Fpreferences%2FfrmPreferences.h;h=a5eec97a208f3129cb44ecfec87ef64f6d3a824f;hb=66ebed13414439cd56161faa2abcff7744ab4588;hp=2b8ebbf0fdf3fb6a9083d1aa8fd7602e20f39ac2;hpb=22339c898f8c04af609419f036828323b26f480f;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 };