The Real RefreshData -> DoRefreshData event fix

This commit is contained in:
Mark Watkins 2011-06-17 10:36:38 +10:00
parent fe380306fd
commit db23151957
3 changed files with 9 additions and 9 deletions

View File

@ -8258,7 +8258,7 @@
1307418393 /home/mark/projects/git/sleepyhead/src/SleepyHeadApp.h
<wx/app.h>
1308112853 /home/mark/projects/git/sleepyhead/src/SleepyHeadMain.h
1308270987 /home/mark/projects/git/sleepyhead/src/SleepyHeadMain.h
<wx/listbox.h>
<wx/treectrl.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
<wx/dcbuffer.h>

View File

@ -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 );

View File

@ -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;