[xchat-gnome] Bug 655328 - Duplicate accessibility key "S" in "View" menu



commit e4c93e083b9d620b2890b7614a29d61eb4a17b81
Author: Ritesh Khadgaray <khadgaray gmail com>
Date:   Sat Aug 6 11:37:43 2011 +0200

    Bug 655328 - Duplicate accessibility key "S" in "View" menu

 src/fe-gnome/main-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fe-gnome/main-window.c b/src/fe-gnome/main-window.c
index 80e6cbf..4c5e969 100644
--- a/src/fe-gnome/main-window.c
+++ b/src/fe-gnome/main-window.c
@@ -140,7 +140,7 @@ static const GtkToggleActionEntry toggle_action_entries [] =
 {
 	/* View menu */
 	{ "ViewShowSidebar", NULL, N_("_Sidebar"), "F9", "", G_CALLBACK (on_sidebar_toggled), TRUE },
-        { "ViewStatusbar", NULL, N_("_Statusbar"), "", "", G_CALLBACK (on_statusbar_toggled), TRUE },
+        { "ViewStatusbar", NULL, N_("Status_bar"), "", "", G_CALLBACK (on_statusbar_toggled), TRUE },
 	{ "ViewFullscreen", NULL, N_("_Fullscreen"), "F11", "", G_CALLBACK (on_fullscreen_toggled), FALSE }
 };
 



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