comparison lib/options.h @ 863:9f10d3c835cb

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/options.h src/gtk/gftp-gtk.c - added new option: connect_to_remote_on_startup. If this is enabled, then the application will automatically connect to the remote server when it is started. (closes #330418)
author masneyb
date Sat, 23 Dec 2006 18:16:32 +0000
parents 72400fdbd0ed
children 63555c9744c2
comparison
equal deleted inserted replaced
862:885038cb945b 863:9f10d3c835cb
109 N_("Allow entering manual commands in the GUI (functions like the text port)"), 109 N_("Allow entering manual commands in the GUI (functions like the text port)"),
110 GFTP_PORT_GTK, NULL}, 110 GFTP_PORT_GTK, NULL},
111 {"remember_last_directory", N_("Remember last directory"), 111 {"remember_last_directory", N_("Remember last directory"),
112 gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, 0, 112 gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, 0,
113 N_("Save the last local and remote directory when the application is closed"), 113 N_("Save the last local and remote directory when the application is closed"),
114 GFTP_PORT_GTK, NULL},
115 {"connect_to_remote_on_startup", N_("Connect to remote server on startup"),
116 gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, 0,
117 N_("Automatically connect to the remote server when the application is started."),
114 GFTP_PORT_GTK, NULL}, 118 GFTP_PORT_GTK, NULL},
115 119
116 {"", N_("Network"), gftp_option_type_notebook, NULL, NULL, 120 {"", N_("Network"), gftp_option_type_notebook, NULL, NULL,
117 GFTP_CVARS_FLAGS_SHOW_BOOKMARK, NULL, GFTP_PORT_GTK, NULL}, 121 GFTP_CVARS_FLAGS_SHOW_BOOKMARK, NULL, GFTP_PORT_GTK, NULL},
118 {"network_timeout", N_("Network timeout:"), 122 {"network_timeout", N_("Network timeout:"),