[banshee/gio-hardware] [help] Rename menu item to Contents, add F1 shortcut
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] [help] Rename menu item to Contents, add F1 shortcut
- Date: Fri, 13 Aug 2010 15:26:34 +0000 (UTC)
commit 85de988d87f54456a07221a105ed476606dd1685
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]