[gnome-tetravex] Remove Move from the app menu



commit fdd3b2a96a8755ee503641e385dc93633eece188
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Oct 23 16:48:46 2013 -0500

    Remove Move from the app menu
    
    This item isn't useful or necessary, except as a keyboard shortcut.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710662

 src/app-menu.ui |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)
---
diff --git a/src/app-menu.ui b/src/app-menu.ui
index 1a0b8ae..875b0cf 100644
--- a/src/app-menu.ui
+++ b/src/app-menu.ui
@@ -15,31 +15,6 @@
         <attribute name="label" translatable="yes">_Solve</attribute>
         <attribute name="action">app.solve</attribute>
       </item>
-      <submenu>
-        <attribute name="label" translatable="yes">_Move</attribute>
-        <section>
-          <item>
-            <attribute name="label" translatable="yes">_Up</attribute>
-            <attribute name="action">app.move-up</attribute>
-            <attribute name="accel">&lt;Primary&gt;Up</attribute>
-          </item>
-          <item>
-            <attribute name="label" translatable="yes">_Left</attribute>
-            <attribute name="action">app.move-left</attribute>
-            <attribute name="accel">&lt;Primary&gt;Left</attribute>
-          </item>
-          <item>
-            <attribute name="label" translatable="yes">_Right</attribute>
-            <attribute name="action">app.move-right</attribute>
-            <attribute name="accel">&lt;Primary&gt;Right</attribute>
-          </item>
-          <item>
-            <attribute name="label" translatable="yes">_Down</attribute>
-            <attribute name="action">app.move-down</attribute>
-            <attribute name="accel">&lt;Primary&gt;Down</attribute>
-          </item>
-        </section>
-      </submenu>
       <item>
         <attribute name="label" translatable="yes">_Scores</attribute>
         <attribute name="action">app.scores</attribute>


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