comparison lib/options.h @ 320:853981bbd4d7

2003-11-30 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c - shows status information in title bar. (patch from Jamil Geor <jamil_geor@yahoo.co.nz>, cleaned up by me some) * lib/options.h - added show_trans_in_title option. 2003-11-25 Brian Masney <masneyb@gftp.org> * lib/misc.c (gftp_locale_init) - call bindtextdomain() so that the directory is setup properly * lib/misc.c lib/gftp.h lib/config_file.c - move copyfile() to config_file.c and declare it to be static. On the destination file, set the flag O_EXCL
author masneyb
date Sun, 30 Nov 2003 19:35:24 +0000
parents 32a6b26b7026
children 532eb171d5c2
comparison
equal deleted inserted replaced
319:2ad0b9a00fdd 320:853981bbd4d7
83 N_("Put the directories first then the files"), GFTP_PORT_ALL, NULL}, 83 N_("Put the directories first then the files"), GFTP_PORT_ALL, NULL},
84 {"show_hidden_files", N_("Show hidden files"), 84 {"show_hidden_files", N_("Show hidden files"),
85 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 85 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL,
86 GFTP_CVARS_FLAGS_SHOW_BOOKMARK, 86 GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
87 N_("Show hidden files in the listboxes"), GFTP_PORT_ALL, NULL}, 87 N_("Show hidden files in the listboxes"), GFTP_PORT_ALL, NULL},
88 {"show_trans_in_title", N_("Show transfer status in title"),
89 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 0,
90 N_("Show the file transfer status in the titlebar"), GFTP_PORT_GTK, NULL},
88 91
89 {"", N_("Network"), gftp_option_type_notebook, NULL, NULL, 92 {"", N_("Network"), gftp_option_type_notebook, NULL, NULL,
90 GFTP_CVARS_FLAGS_SHOW_BOOKMARK, NULL, GFTP_PORT_GTK, NULL}, 93 GFTP_CVARS_FLAGS_SHOW_BOOKMARK, NULL, GFTP_PORT_GTK, NULL},
91 {"network_timeout", N_("Network timeout:"), 94 {"network_timeout", N_("Network timeout:"),
92 gftp_option_type_int, GINT_TO_POINTER(60), NULL, 95 gftp_option_type_int, GINT_TO_POINTER(60), NULL,