Linked graphs pruned a bit for performance reasons

This commit is contained in:
Mark Watkins 2011-05-27 21:06:28 +10:00
parent 3a7a32ea60
commit 04fe23e9bf
3 changed files with 10 additions and 10 deletions

View File

@ -7870,7 +7870,7 @@
<sleeplib/machine.h>
<list>
1306493512 /home/mark/projects/git/sleepyhead/version.h
1306494170 /home/mark/projects/git/sleepyhead/version.h
1306415077 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h
"machine.h"
@ -7887,7 +7887,7 @@
"preferences.h"
"tinyxml/tinyxml.h"
1306492903 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
1306494168 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
"wx_pch.h"
"version.h"
<wx/app.h>

View File

@ -350,8 +350,8 @@ Daily::Daily(wxWindow *win)
SF->SetMargins(10,15,20,80);
SF->LinkZoom(FRW);
SF->LinkZoom(PRD);
SF->LinkZoom(LEAK);
//SF->LinkZoom(PRD);
//SF->LinkZoom(LEAK);
const int sfc=9;

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 = 1330;
static const long REVISION = 1746;
static const long BUILD = 1331;
static const long REVISION = 1749;
//Miscellaneous Version Types
static const long BUILDS_COUNT = 4980;
#define RC_FILEVERSION 0,7,1330,1746
#define RC_FILEVERSION_STRING "0, 7, 1330, 1746\0"
static const char FULLVERSION_STRING[] = "0.7.1330.1746";
static const long BUILDS_COUNT = 4984;
#define RC_FILEVERSION 0,7,1331,1749
#define RC_FILEVERSION_STRING "0, 7, 1331, 1749\0"
static const char FULLVERSION_STRING[] = "0.7.1331.1749";
//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 62;