diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 5c939fda..34b9c0c7 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8258,7 +8258,7 @@ 1307418393 /home/mark/projects/git/sleepyhead/src/SleepyHeadApp.h -1308112853 /home/mark/projects/git/sleepyhead/src/SleepyHeadMain.h +1308270987 /home/mark/projects/git/sleepyhead/src/SleepyHeadMain.h "SleepyHeadApp.h" @@ -8309,7 +8309,7 @@ 1308026543 D -1308265378 /home/mark/projects/git/sleepyhead/src/version.h +1308270969 /home/mark/projects/git/sleepyhead/src/version.h 1308003040 ent of cb2ab33... Linux wx2.8 & wx2.9 builds fixed diff --git a/src/SleepyHeadMain.h b/src/SleepyHeadMain.h index 6aad27f7..dc3c8e70 100644 --- a/src/SleepyHeadMain.h +++ b/src/SleepyHeadMain.h @@ -59,7 +59,7 @@ public: virtual ~Daily(); void ResetDate(); void RefreshData(); - void RefreshData(wxCommandEvent& event); + void DoRefreshData(wxCommandEvent& event); // void SetProfile(Profile *p); protected: virtual void OnCalendarDay( wxCalendarEvent& event ); diff --git a/src/version.h b/src/version.h index cff1fd21..6e5ac85c 100644 --- a/src/version.h +++ b/src/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long _MAJOR = 0; static const long _MINOR = 7; - static const long _BUILD = 6464; - static const long _REVISION = 18572; + static const long _BUILD = 6465; + static const long _REVISION = 18575; //Miscellaneous Version Types - static const long _BUILDS_COUNT = 7622; - #define _RC_FILEVERSION 0,7,6464,18572 - #define _RC_FILEVERSION_STRING "0, 7, 6464, 18572\0" - static const char _FULLVERSION_STRING[] = "0.7.6464.18572"; + static const long _BUILDS_COUNT = 7623; + #define _RC_FILEVERSION 0,7,6465,18575 + #define _RC_FILEVERSION_STRING "0, 7, 6465, 18575\0" + static const char _FULLVERSION_STRING[] = "0.7.6465.18575"; //These values are to keep track of your versioning state, don't modify them. static const long _BUILD_HISTORY = 0;