Revert "Repair settings-file name"
authorArun Persaud <arun@nubati.net>
Fri, 26 Feb 2010 03:22:00 +0000 (19:22 -0800)
committerArun Persaud <arun@nubati.net>
Fri, 26 Feb 2010 03:22:00 +0000 (19:22 -0800)
This reverts commit a02042ef83ce1f3632f0cf3e0a2a4ce9a3ac5d85.

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));