[xchat-gnome/xchat-0-26-3] Bug 655328 - Duplicate accessibility key "S" in "View" menu



commit 34a2b93c5d62b42a51dcf8125dd5c28def195363
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 1a4a6fd..19f7b55 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]