summaryrefslogtreecommitdiff
path: root/eeschema/eeschema_config.h
diff options
context:
space:
mode:
authorsaurabhb172020-02-26 15:57:49 +0530
committersaurabhb172020-02-26 15:57:49 +0530
commitaa35045840b78d3f48212db45da59a2e5c69b223 (patch)
tree6acee185a4dc19113fcbf0f9a3d6941085dedaf7 /eeschema/eeschema_config.h
parent0db48f6533517ecebfd9f0693f89deca28408b76 (diff)
downloadKiCad-eSim-aa35045840b78d3f48212db45da59a2e5c69b223.tar.gz
KiCad-eSim-aa35045840b78d3f48212db45da59a2e5c69b223.tar.bz2
KiCad-eSim-aa35045840b78d3f48212db45da59a2e5c69b223.zip
Added main execs
Diffstat (limited to 'eeschema/eeschema_config.h')
-rw-r--r--eeschema/eeschema_config.h13
1 files changed, 13 insertions, 0 deletions
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 <config_params.h>
+
+// 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