[banshee] [ThickClient] Remove the 'Web Resources' Help menu



commit 98871a83fa35d3939ea0972fbc4b658f37a0e372
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Nov 8 13:18:13 2010 -0600

    [ThickClient] Remove the 'Web Resources' Help menu

 .../Banshee.Gui/GlobalActions.cs                   |    9 ---------
 .../Resources/core-ui-actions-layout.xml           |   10 +++-------
 2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
index 9491317..90d05f7 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
@@ -91,15 +91,6 @@ namespace Banshee.Gui
                     Catalog.GetString ("_Contents"), "F1", null,
                     delegate { Banshee.ServiceStack.Application.DisplayHelp (null); }),
 
-                new ActionEntry ("WebMenuAction", null,
-                    Catalog.GetString ("_Web Resources"), null, null, null),
-
-                new ActionEntry ("WikiGuideAction", Stock.Help,
-                    Catalog.GetString ("Banshee _User Guide (Wiki)"), null,
-                    Catalog.GetString ("Learn about how to use Banshee"), delegate {
-                        Banshee.Web.Browser.Open ("http://banshee.fm/support/guide/";);
-                    }),
-
                 new ActionEntry ("WikiSearchHelpAction", null,
                     Catalog.GetString ("Advanced Collection Searching"), null,
                     Catalog.GetString ("Learn advanced ways to search your media collection"), delegate {
diff --git a/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml b/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
index e0e7e72..f614071 100644
--- a/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
+++ b/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
@@ -116,13 +116,9 @@
 
     <menu name="HelpMenu" action="HelpMenuAction">
       <menuitem action="UserHelp"/>
-      <menu name="WebMenu" action="WebMenuAction">
-        <menuitem name="WikiGuide" action="WikiGuideAction"/>
-        <menuitem name="WikiSearchHelp" action="WikiSearchHelpAction"/>
-        <separator/>
-        <menuitem name="Wiki" action="WikiAction"/>
-        <menuitem name="WikiDeveloper" action="WikiDeveloperAction"/>
-      </menu>
+      <separator/>
+      <menuitem name="Wiki" action="WikiAction"/>
+      <menuitem name="WikiDeveloper" action="WikiDeveloperAction"/>
       <separator/>
       <menuitem name="VersionInformation" action="VersionInformationAction"/>
       <menuitem name="About" action="AboutAction"/>



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