projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2efc014
)
Revert "Repair settings-file name"
author
Arun Persaud
<arun@nubati.net>
Fri, 26 Feb 2010 03:22:00 +0000 (19:22 -0800)
committer
Arun Persaud
<arun@nubati.net>
Fri, 26 Feb 2010 03:22:00 +0000 (19:22 -0800)
This reverts commit
a02042ef83ce1f3632f0cf3e0a2a4ce9a3ac5d85
.
xboard.h
patch
|
blob
|
history
diff --git
a/xboard.h
b/xboard.h
index
d642e6a
..
ff1a120
100644
(file)
--- a/
xboard.h
+++ b/
xboard.h
@@
-113,8
+113,7
@@
typedef struct {
#define FCP_NAMES ""
#define SCP_NAMES ""
#define ICS_TEXT_MENU_DEFAULT ""
-//define SETTINGS_FILE SYSCONFDIR"/xboard.conf"
-#define SETTINGS_FILE "/etc/xboard/xboard.conf"
+#define SETTINGS_FILE SYSCONFDIR"/xboard.conf"
#define COLOR_BKGD "white"
typedef int (*FileProc) P((FILE *f, int n, char *title));