--- src/read_rc.c Thu Jun 6 19:56:01 2002 +++ src/read_rc.c Fri Sep 6 05:25:46 2002 @@ -11,7 +11,7 @@ * Copyright (c) 1986,1987 Dave Taylor *****************************************************************************/ -/** This file contains programs to allow the user to have a .elm/elmrc file +/** This file contains programs to allow the user to have a .desk/elm/elmrc file in their home directory containing any of the following: fullname= @@ -114,16 +114,16 @@ dump_rc_results(); #endif - /* see if the user has a $HOME/.elm directory */ + /* see if the user has a $HOME/.desk/elm directory */ elm_sfprintf(filename, sizeof filename, - FRM("%s/.elm"), + FRM("%s/.desk/elm"), home); if (access(filename, 00) == -1) { if(batch_only) { lib_error(CATGETS(elm_msg_cat, ElmSet, ElmBatchDirNotice, "\nNotice:\ -\nThis version of ELM requires the use of a .elm directory to store your\ -\nelmrc and alias files. I'd like to create the directory .elm for you\ +\nThis version of ELM requires the use of a .desk/elm directory to store your\ +\nelmrc and alias files. I'd like to create the directory .desk/elm for you\ \nand set it up, but I can't in \"batch mode\".\ \nPlease run ELM in \"normal mode\" first.\n")); exit(1); @@ -135,9 +135,9 @@ redraw1: Write_to_screen(CATGETS(elm_msg_cat, ElmSet, ElmDirNotice, "\n\rNotice:\ -\n\rThis version of ELM requires the use of a .elm directory in your home\ +\n\rThis version of ELM requires the use of a .desk/elm directory in your home\ \n\rdirectory to store your elmrc and alias files. Shall I create the\ -\n\rdirectory .elm for you and set it up (%c/%c/q)? %c%c"), +\n\rdirectory .desk/elm for you and set it up (%c/%c/q)? %c%c"), *def_ans_yes, *def_ans_no, *def_ans_no, BACKSPACE); FlushBuffer();