From aa35045840b78d3f48212db45da59a2e5c69b223 Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Wed, 26 Feb 2020 15:57:49 +0530 Subject: Added main execs --- eeschema/eeschema_config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 eeschema/eeschema_config.h (limited to 'eeschema/eeschema_config.h') diff --git a/eeschema/eeschema_config.h b/eeschema/eeschema_config.h new file mode 100644 index 0000000..e93160b --- /dev/null +++ b/eeschema/eeschema_config.h @@ -0,0 +1,13 @@ +/** + * @file eeschema_config.h + */ + +#ifndef EESCHEMA_CONFIG_H +#define EESCHEMA_CONFIG_H + +#include + +// a key to read write in user config the visibility of the rescue library dialog +#define RESCUE_NEVER_SHOW_KEY wxT("RescueNeverShow") + +#endif // EESCHEMA_CONFIG_H -- cgit