make checkbox labels clickable in batch mode, issue 1414

This commit is contained in:
Troy Sankey
2012-07-27 23:35:36 -07:00
commit d91a7e77c8
1428 changed files with 304463 additions and 0 deletions

8
rtgui/ppversion.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 303
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
#endif