mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
The Real RefreshData -> DoRefreshData event fix
This commit is contained in:
parent
fe380306fd
commit
db23151957
@ -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>
|
||||
|
@ -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 );
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user