comparison src/remote.c @ 1475:f43e4ee8fb2d

more consistent remote options naming
author nadvornik
date Sat, 21 Mar 2009 23:16:38 +0000
parents 2b95dbb20a87
children 9c16a93a0fdf
comparison
equal deleted inserted replaced
1474:aec6992e5116 1475:f43e4ee8fb2d
595 { "-fs","--fullscreen-start", gr_fullscreen_start, FALSE, FALSE, N_("start full screen") }, 595 { "-fs","--fullscreen-start", gr_fullscreen_start, FALSE, FALSE, N_("start full screen") },
596 { "-fS","--fullscreen-stop", gr_fullscreen_stop, FALSE, FALSE, N_("stop full screen") }, 596 { "-fS","--fullscreen-stop", gr_fullscreen_stop, FALSE, FALSE, N_("stop full screen") },
597 { "-s", "--slideshow", gr_slideshow_toggle, FALSE, TRUE, N_("toggle slide show") }, 597 { "-s", "--slideshow", gr_slideshow_toggle, FALSE, TRUE, N_("toggle slide show") },
598 { "-ss","--slideshow-start", gr_slideshow_start, FALSE, FALSE, N_("start slide show") }, 598 { "-ss","--slideshow-start", gr_slideshow_start, FALSE, FALSE, N_("start slide show") },
599 { "-sS","--slideshow-stop", gr_slideshow_stop, FALSE, FALSE, N_("stop slide show") }, 599 { "-sS","--slideshow-stop", gr_slideshow_stop, FALSE, FALSE, N_("stop slide show") },
600 { "-sr","--slideshow-recurse", gr_slideshow_start_rec, TRUE, FALSE, N_("start recursive slide show") }, 600 { NULL, "--slideshow-recurse:", gr_slideshow_start_rec, TRUE, FALSE, N_("start recursive slide show") },
601 { "-d", "--delay=", gr_slideshow_delay, TRUE, FALSE, N_("set slide show delay in seconds") }, 601 { "-d", "--delay=", gr_slideshow_delay, TRUE, FALSE, N_("set slide show delay in seconds") },
602 { "+t", "--tools-show", gr_tools_show, FALSE, TRUE, N_("show tools") }, 602 { "+t", "--tools-show", gr_tools_show, FALSE, TRUE, N_("show tools") },
603 { "-t", "--tools-hide", gr_tools_hide, FALSE, TRUE, N_("hide tools") }, 603 { "-t", "--tools-hide", gr_tools_hide, FALSE, TRUE, N_("hide tools") },
604 { "-q", "--quit", gr_quit, FALSE, FALSE, N_("quit") }, 604 { "-q", "--quit", gr_quit, FALSE, FALSE, N_("quit") },
605 { "-cl","--config-load", gr_config_load, TRUE, FALSE, N_("load config file") }, 605 { NULL, "--config-load:", gr_config_load, TRUE, FALSE, N_("load config file") },
606 { NULL, "file:", gr_file_load, TRUE, FALSE, N_("open file") }, 606 { NULL, "file:", gr_file_load, TRUE, FALSE, N_("open file") },
607 { NULL, "view:", gr_file_view, TRUE, FALSE, N_("open file in new window") }, 607 { NULL, "view:", gr_file_view, TRUE, FALSE, N_("open file in new window") },
608 { NULL, "--list-clear", gr_list_clear, FALSE, FALSE, NULL }, 608 { NULL, "--list-clear", gr_list_clear, FALSE, FALSE, NULL },
609 { NULL, "--list-add:", gr_list_add, TRUE, FALSE, NULL }, 609 { NULL, "--list-add:", gr_list_add, TRUE, FALSE, NULL },
610 { NULL, "raise", gr_raise, FALSE, FALSE, NULL }, 610 { NULL, "raise", gr_raise, FALSE, FALSE, NULL },