--- src/hotlist.h Sun Jul 14 08:50:48 1996 +++ src/hotlist.h Thu Oct 11 05:20:53 2001 @@ -144,7 +144,7 @@ /* Point to last element in nodelist for fast appends. */ union mo_hot_item *nodelist_last; /* Filename for storing this hotlist to local disk; example is - $HOME/.mosaic-hotlist-default. */ + $HOME/.desk/mosaic-hotlist-default. */ char *filename; /* Flag set to indicate whether this hotlist has to be written --- src/hotlist.c Thu Jul 18 11:49:55 1996 +++ src/hotlist.c Thu Oct 11 05:20:53 2001 @@ -1180,7 +1180,7 @@ list = mo_new_root_hotlist(hotname, NULL); list->name = mo_read_new_hotlist((mo_hotlist *)list, fp); if (isnew==1) { - fprintf(stderr,"Your hotlist has been updated to a new format!\n It is now called '.mosaic-hot.html'.\n"); + fprintf(stderr,"Your hotlist has been updated to a new format!\n It is now called '.desk/mosaic-hot.html'.\n"); } goto done; }