Mercurial > geeqie.yaz
changeset 402:f6046e1b3622
Add a shortcut key for List (L) and change the one for Tree (T),
they are now in a submenu.
author | zas_ |
---|---|
date | Thu, 17 Apr 2008 20:14:49 +0000 |
parents | 0a2e1b130a25 |
children | 2649a28d31b6 |
files | src/view_dir.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/view_dir.c Thu Apr 17 20:03:49 2008 +0000 +++ b/src/view_dir.c Thu Apr 17 20:14:49 2008 +0000 @@ -26,8 +26,8 @@ #include "view_dir_tree.h" GtkRadioActionEntry menu_view_dir_radio_entries[] = { - { "FolderList", NULL, N_("List"), "<meta>L", NULL, DIRVIEW_LIST }, - { "FolderTree", NULL, N_("Tr_ee"), "<control>T", NULL, DIRVIEW_TREE }, + { "FolderList", NULL, N_("_List"), "<meta>L", NULL, DIRVIEW_LIST }, + { "FolderTree", NULL, N_("_Tree"), "<control>T", NULL, DIRVIEW_TREE }, }; static void vd_destroy_cb(GtkWidget *widget, gpointer data)