diff lib/options.h @ 988:63555c9744c2

remote charset should be specified by each bookmark entry.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 14 Aug 2009 07:54:55 +0900
parents 9f10d3c835cb
children
line wrap: on
line diff
--- a/lib/options.h	Wed Apr 08 11:07:35 2009 +0000
+++ b/lib/options.h	Fri Aug 14 07:54:55 2009 +0900
@@ -49,10 +49,20 @@
    gftp_option_type_int, 0, NULL, 0, 
    N_("The maximum size of the log window in bytes for the GTK+ port"), 
    GFTP_PORT_GTK, NULL},
-  {"remote_charsets", N_("Remote Character Sets:"), 
+
+  /* charsets */
+  {"default_charset", N_("Default Character Set:"),
+   gftp_option_type_text, "", NULL, 0,
+   N_("This is the default charset to try to convert the remote messages to the current locale"),
+   GFTP_PORT_ALL, NULL},
+
+#if 0
+  {"remote_charset", N_("Remote Character Set:"),
    gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
-   N_("This is a comma separated list of charsets to try to convert the remote messages to the current locale"), 
+   N_("This is the site specific charset to try to convert the remote messages to the current locale"),
    GFTP_PORT_ALL, NULL},
+#endif
+
   {"remote_lc_time", N_("Remote LC_TIME:"), 
    gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
    N_("This is the value of LC_TIME for the remote site. This is so that dates can be parsed properly in the directory listings."),