2011-10-07 14:41:30 +00:00
|
|
|
/**
|
|
|
|
* @file eeschema_config.h
|
|
|
|
*/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <param_config.h>
|
2009-03-28 20:02:34 +00:00
|
|
|
|
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
|
|
|
|
|
|
|
/* saving parameters option : */
|
2011-10-07 14:41:30 +00:00
|
|
|
#define INSETUP true /* used when the parameter is saved in general config
|
2009-11-03 13:26:31 +00:00
|
|
|
* if not used, the parameter is saved in the local
|
|
|
|
* config (project config) */
|