[gnome-sudoku] Move print options to a submenu in the Appmenu



commit 61065c68f9ff097dbbc55345e01752b9238d7918
Author: Parin Porecha <parinporecha gmail com>
Date:   Thu Jun 5 12:03:33 2014 +0530

    Move print options to a submenu in the Appmenu

 data/gnome-sudoku-menu.ui |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/data/gnome-sudoku-menu.ui b/data/gnome-sudoku-menu.ui
index 109c7b5..91cd314 100644
--- a/data/gnome-sudoku-menu.ui
+++ b/data/gnome-sudoku-menu.ui
@@ -3,14 +3,19 @@
   <!-- interface-requires gtk+ 3.4 -->
     <menu id="sudoku-menu">
       <section>
-        <item>
+        <submenu>
           <attribute name="label" translatable="yes">_Print</attribute>
-          <attribute name="action">app.print</attribute>
-        </item>
-        <item>
-          <attribute name="label" translatable="yes">_Print Multiple Puzzles…</attribute>
-          <attribute name="action">app.print-multiple</attribute>
-        </item>
+          <section>
+            <item>
+              <attribute name="label" translatable="yes">Print _Current Puzzle…</attribute>
+              <attribute name="action">app.print</attribute>
+            </item>
+            <item>
+              <attribute name="label" translatable="yes">Print _Multiple Puzzles…</attribute>
+              <attribute name="action">app.print-multiple</attribute>
+            </item>
+          </section>
+        </submenu>
       </section>
       <section>
         <item>


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