blob: e93160b56ad698c587cdc8ea9d94d45b0ffac63c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|