--- src/LYrcFile.c.orig Mon Mar 13 03:38:38 2000 +++ src/LYrcFile.c Mon Aug 28 00:16:20 2000 @@ -14,7 +14,7 @@ #ifdef FNAMES_8_3 #define FNAME_LYNXRC "lynx.rc" #else -#define FNAME_LYNXRC ".lynxrc" +#define FNAME_LYNXRC ".desk/lynxrc" #endif /* FNAMES_8_3 */ typedef struct @@ -1014,10 +1014,10 @@ */ write_list(fp, gettext("\ cookie_file specifies the file from which to read persistent cookies.\n\ -The default is ~/.lynx_cookies.\n\ +The default is ~/.desk/lynx_cookies.\n\ ")); fprintf(fp, "cookie_file=%s\n\n", - (LYCookieFile == NULL ? "~/.lynx_cookies" : LYCookieFile)); + (LYCookieFile == NULL ? "~/.desk/lynx_cookies" : LYCookieFile)); #endif /* EXP_PERSISTENT_COOKIES */