diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-26 17:59:51 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-26 17:59:51 +0000 |
commit | eb5aa3e9152b2078fc3341625b9eeecd6328494a (patch) | |
tree | a19587f2a7efc6f78ce5946016aad9d16ca30d53 /cookie.c | |
parent | conv.c ucs_eucjp.h ucs_latin1.h: deleted (diff) | |
download | w3m-eb5aa3e9152b2078fc3341625b9eeecd6328494a.tar.gz w3m-eb5aa3e9152b2078fc3341625b9eeecd6328494a.zip |
add comments
Diffstat (limited to '')
-rw-r--r-- | cookie.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: cookie.c,v 1.8 2003/01/15 17:13:21 ukai Exp $ */ +/* $Id: cookie.c,v 1.9 2003/09/26 17:59:51 ukai Exp $ */ /* * References for version 0 cookie: @@ -537,6 +537,7 @@ initCookie(void) Buffer * cookie_list_panel(void) { + /* FIXME: gettextize? */ Str src = Strnew_charp("<html><head><title>Cookies</title></head>" "<body><center><b>Cookies</b></center>" "<p><form method=internal action=cookie>"); |