Mercurial > geeqie.yaz
changeset 1475:f43e4ee8fb2d
more consistent remote options naming
author | nadvornik |
---|---|
date | Sat, 21 Mar 2009 23:16:38 +0000 |
parents | aec6992e5116 |
children | ad31222ffb20 |
files | src/remote.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/remote.c Sat Mar 21 20:19:11 2009 +0000 +++ b/src/remote.c Sat Mar 21 23:16:38 2009 +0000 @@ -597,12 +597,12 @@ { "-s", "--slideshow", gr_slideshow_toggle, FALSE, TRUE, N_("toggle slide show") }, { "-ss","--slideshow-start", gr_slideshow_start, FALSE, FALSE, N_("start slide show") }, { "-sS","--slideshow-stop", gr_slideshow_stop, FALSE, FALSE, N_("stop slide show") }, - { "-sr","--slideshow-recurse", gr_slideshow_start_rec, TRUE, FALSE, N_("start recursive slide show") }, + { NULL, "--slideshow-recurse:", gr_slideshow_start_rec, TRUE, FALSE, N_("start recursive slide show") }, { "-d", "--delay=", gr_slideshow_delay, TRUE, FALSE, N_("set slide show delay in seconds") }, { "+t", "--tools-show", gr_tools_show, FALSE, TRUE, N_("show tools") }, { "-t", "--tools-hide", gr_tools_hide, FALSE, TRUE, N_("hide tools") }, { "-q", "--quit", gr_quit, FALSE, FALSE, N_("quit") }, - { "-cl","--config-load", gr_config_load, TRUE, FALSE, N_("load config file") }, + { NULL, "--config-load:", gr_config_load, TRUE, FALSE, N_("load config file") }, { NULL, "file:", gr_file_load, TRUE, FALSE, N_("open file") }, { NULL, "view:", gr_file_view, TRUE, FALSE, N_("open file in new window") }, { NULL, "--list-clear", gr_list_clear, FALSE, FALSE, NULL },