[pitivi] Fix the ordering of the Help menu



commit c1b5906626588ee89e32f7880ecc1236e4a51c40
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Mon Jun 6 16:01:22 2011 -0400

    Fix the ordering of the Help menu

 data/ui/mainwindow.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/mainwindow.xml b/data/ui/mainwindow.xml
index 7e2cc34..12c395d 100644
--- a/data/ui/mainwindow.xml
+++ b/data/ui/mainwindow.xml
@@ -41,8 +41,8 @@
       <separator />
     </menu>
     <menu action="Help">
-      <menuitem action="About" />
       <menuitem action="UserManual" />
+      <menuitem action="About" />
     </menu>
   </menubar>
   <toolbar name="MainToolBar">



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