2009-11-03 13:26:31 +00:00
|
|
|
/*****************/
|
|
|
|
/** eeconfig.h **/
|
|
|
|
/*****************/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2009-03-28 20:02:34 +00:00
|
|
|
#include "param_config.h"
|
|
|
|
|
2007-11-10 20:12:00 +00:00
|
|
|
#define GROUP wxT( "/eeschema" )
|
|
|
|
#define GROUPCOMMON wxT( "/common" )
|
|
|
|
#define GROUPLIB wxT( "libraries" )
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
extern int g_PenMinWidth;
|
|
|
|
|
|
|
|
/* saving parameters option : */
|
2009-11-03 13:26:31 +00:00
|
|
|
#define INSETUP TRUE /* used when the parameter is saved in general config
|
|
|
|
* if not used, the parameter is saved in the local
|
|
|
|
* config (project config) */
|