[banshee] [help] Rename menu item to Contents, add F1 shortcut



commit 44d75722376ee5693432b86b2a47c9a95118a306
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Wed Aug 11 12:04:54 2010 -0700

    [help] Rename menu item to Contents, add F1 shortcut

 .../Banshee.Gui/GlobalActions.cs                   |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
index d1e4b5b..5f7cea1 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
@@ -92,7 +92,8 @@ namespace Banshee.Gui
                     Catalog.GetString ("_Help"), null, null, null),
 
                 new ActionEntry ("UserHelp", Gtk.Stock.Help,
-                    null, null, null, delegate { Banshee.ServiceStack.Application.DisplayHelp (null); }),
+                    Catalog.GetString ("_Contents"), "F1", null,
+                    delegate { Banshee.ServiceStack.Application.DisplayHelp (null); }),
 
                 new ActionEntry ("WebMenuAction", null,
                     Catalog.GetString ("_Web Resources"), null, null, null),



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