aboutsummaryrefslogtreecommitdiffstats
path: root/w3mhelperpanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'w3mhelperpanel.c')
-rw-r--r--w3mhelperpanel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c
index cff441a..30a85db 100644
--- a/w3mhelperpanel.c
+++ b/w3mhelperpanel.c
@@ -1,4 +1,4 @@
-/* $Id: w3mhelperpanel.c,v 1.12 2003/09/22 21:02:22 ukai Exp $ */
+/* $Id: w3mhelperpanel.c,v 1.13 2003/09/23 18:42:25 ukai Exp $ */
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
@@ -11,6 +11,7 @@
#include "myctype.h"
#if LANG == JA
+/* FIXME: gettextize here */
#define MSG_TITLE "外部ビューアの編集"
#define MSG_NEW_ENTRY "新規登録"
#define MSG_TYPE "データタイプ"
@@ -82,6 +83,7 @@ printMailcapPanel(char *mailcap)
}
}
#if LANG == JA
+ /* FIXME: gettextize here */
printf("Content-Type: text/html; charset=EUC-JP\n\n");
#else
printf("Content-Type: text/html\n\n");