MultiViewToolApplication.st
changeset 8500 1a3066fb8ed7
parent 8498 3f0be0fbfbec
child 8507 f47d19293fed
--- a/MultiViewToolApplication.st	Thu Dec 18 02:52:19 2008 +0100
+++ b/MultiViewToolApplication.st	Thu Dec 18 03:14:42 2008 +0100
@@ -335,12 +335,6 @@
             )
           )
          (MenuItem
-            label: 'View'
-            translateLabel: true
-            submenuChannel: viewMenu
-            keepLinkedMenu: true
-          )
-         (MenuItem
             label: 'Edit'
             translateLabel: true
             submenu: 
@@ -377,6 +371,12 @@
             )
           )
          (MenuItem
+            label: 'View'
+            translateLabel: true
+            submenuChannel: viewMenu
+            keepLinkedMenu: true
+          )
+         (MenuItem
             label: 'MENU_Help'
             translateLabel: true
             startGroup: conditionalRight
@@ -397,8 +397,6 @@
         nil
         nil
       )
-
-    "Modified: / 18-02-2007 / 15:18:25 / cg"
 !
 
 tabMenu
@@ -1218,5 +1216,5 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.25 2008-12-18 01:51:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.26 2008-12-18 02:14:42 cg Exp $'
 ! !