aboutsummaryrefslogtreecommitdiffstats
path: root/w3mbookmark.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-23 18:42:24 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-23 18:42:24 +0000
commit2b74f5b7671e2cb7d4d71d8e5167c5965a1784e9 (patch)
tree88417f5fec14aa97d75dba5f712078ad5d5e66bf /w3mbookmark.c
parentcd in subdir (diff)
downloadw3m-2b74f5b7671e2cb7d4d71d8e5167c5965a1784e9.tar.gz
w3m-2b74f5b7671e2cb7d4d71d8e5167c5965a1784e9.zip
gettextize initial modifications
Diffstat (limited to 'w3mbookmark.c')
-rw-r--r--w3mbookmark.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/w3mbookmark.c b/w3mbookmark.c
index b7b313b..74d7203 100644
--- a/w3mbookmark.c
+++ b/w3mbookmark.c
@@ -1,4 +1,4 @@
-/* $Id: w3mbookmark.c,v 1.9 2003/09/22 21:02:22 ukai Exp $ */
+/* $Id: w3mbookmark.c,v 1.10 2003/09/23 18:42:25 ukai Exp $ */
#include <stdlib.h>
#include <stdio.h>
#include "config.h"
@@ -8,6 +8,7 @@
#include "parsetag.h"
#if LANG == JA
+/* FIXME: gettextize here */
#define BKMARK_TITLE "ブックマークの登録"
#define BKMARK_ADD "登録"
#define DEFAULT_SECTION "未分類"
@@ -58,6 +59,7 @@ print_bookmark_panel(char *bmark, char *url, char *title)
char *p;
#if LANG == JA
+ /* FIXME: gettextize here */
printf("Content-Type: text/html; charset=EUC-JP\n\n");
#else
printf("Content-Type: text/html\n\n");