diff options
Diffstat (limited to 'w3mhelperpanel.c')
-rw-r--r-- | w3mhelperpanel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 87c602f..8de5348 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -1,4 +1,4 @@ -/* $Id: w3mhelperpanel.c,v 1.7 2001/12/02 16:26:08 ukai Exp $ */ +/* $Id: w3mhelperpanel.c,v 1.8 2002/06/01 17:09:05 ukai Exp $ */ #include <errno.h> #include <stdlib.h> #include <stdio.h> @@ -153,7 +153,7 @@ editMailcap(char *mailcap, struct parsed_tagarg *args) fclose(f); printf("Content-Type: text/plain\n"); printf("w3m-control: BACK\nw3m-control: BACK\n"); - printf("w3m-control: INIT_MAILCAP\n"); + printf("w3m-control: REINIT MAILCAP\n"); } int |