[gnome-commander] tabs: fix for user action typo



commit 364b30ec6f8781e12200fe260d320f98855f4a23
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Jun 13 02:37:24 2010 +0200

    tabs: fix for user action typo

 src/gnome-cmd-user-actions.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index cf9c557..18d2663 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -209,7 +209,7 @@ static UserActionData user_actions_data[] = {
                                              {view_in_new_tab, "view.in_new_tab", N_("Open directory in the new tab")},
                                              {view_in_inactive_tab, "view.in_inactive_tab", N_("Open directory in the new tab (inactive window)")},
                                              {view_last, "view.last", N_("Forward to the last directory")},
-                                             {view_new_tab, "view.next_tab", N_("Next tab")},
+                                             {view_next_tab, "view.next_tab", N_("Next tab")},
                                              {view_new_tab, "view.new_tab", N_("Open directory in a new tab")},
                                              {view_prev_tab, "view.prev_tab", N_("Previous tab")},
                                              {view_refresh, "view.refresh", N_("Refresh")},



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]