# HG changeset patch
# User zas_
# Date 1208463289 0
# Node ID f6046e1b3622f857bcc3f0dfceab2f2e39a5f816
# Parent 0a2e1b130a25f6544b4a51b72b954ba3fe370207
Add a shortcut key for List (L) and change the one for Tree (T),
they are now in a submenu.
diff -r 0a2e1b130a25 -r f6046e1b3622 src/view_dir.c
--- 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"), "L", NULL, DIRVIEW_LIST },
- { "FolderTree", NULL, N_("Tr_ee"), "T", NULL, DIRVIEW_TREE },
+ { "FolderList", NULL, N_("_List"), "L", NULL, DIRVIEW_LIST },
+ { "FolderTree", NULL, N_("_Tree"), "T", NULL, DIRVIEW_TREE },
};
static void vd_destroy_cb(GtkWidget *widget, gpointer data)