X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxboard.c;h=0d96b7fd2723b9dc7ea5a8c814cc3e7387ab2528;hb=fcc8546ae23f9aed992cd222bb1b9cab6ac642c1;hp=7986db9225dc2956997cb6441101b424dd4d79d1;hpb=54da5e9522d662655631f4e76e90381d6e6bb84d;p=xboard.git diff --git a/xaw/xboard.c b/xaw/xboard.c index 7986db9..0d96b7f 100644 --- a/xaw/xboard.c +++ b/xaw/xboard.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -210,6 +210,8 @@ extern char *getenv(); #include "gettext.h" #include "draw.h" +#define SLASH '/' +#define DATADIR "~~" #ifdef __EMX__ #ifndef HAVE_USLEEP @@ -934,6 +936,7 @@ PrintArg (ArgType t) case ArgString: p = " STR"; break; case ArgBoolean: p = " TF"; break; case ArgSettingsFilename: + case ArgBackupSettingsFile: case ArgFilename: p = " FILE"; break; case ArgX: p = " Nx"; break; case ArgY: p = " Ny"; break;