NewLauncher.st
branchjv
changeset 12239 9a8aa0b0e982
parent 12229 5c129972b1fd
child 12240 a2a5f4c906de
--- a/NewLauncher.st	Fri May 04 17:35:31 2012 +0100
+++ b/NewLauncher.st	Sat May 05 22:28:49 2012 +0100
@@ -2196,6 +2196,7 @@
     "Do not manually edit this!! If it is corrupted,
      the MenuEditor may not be able to read the specification."
 
+
     "
      MenuEditor new openOnClass:NewLauncher andSelector:#menu
      (Menu new fromLiteralArrayEncoding:(NewLauncher menu)) startUp
@@ -2230,6 +2231,9 @@
             nameKey: tools
             translateLabel: true
             submenuChannel: toolsMenu
+            "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
+             Either keep it or patch it whenever popped up."
+            keepLinkedMenu: true
           )
          (MenuItem
             label: 'System'
@@ -2267,6 +2271,8 @@
         nil
         nil
       )
+
+    "Modified (comment): / 05-05-2012 / 19:02:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 menuOpenWorkspaceTypes
@@ -2788,7 +2794,10 @@
          (MenuItem
             label: 'GUI'
             translateLabel: true
-            submenu: 
+            "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
+             Either keep it or patch it whenever popped up."
+            keepLinkedMenu: true
+            submenu:
            (Menu
               (
                (MenuItem
@@ -2827,6 +2836,9 @@
             label: 'Programming'
             nameKey: programming
             translateLabel: true
+            "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
+             Either keep it or patch it whenever popped up."
+            keepLinkedMenu: true
             submenu: 
            (Menu
               (
@@ -2922,6 +2934,9 @@
             label: 'Misc'
             nameKey: misc
             translateLabel: true
+            "JV@2012-05-05: If not kept, installed menu items are not shown!!!!!!
+             Either keep it or patch it whenever popped up."
+            keepLinkedMenu: true
             submenu: 
            (Menu
               (
@@ -3031,6 +3046,8 @@
         nil
         nil
       )
+
+    "Modified: / 05-05-2012 / 19:17:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 windowsMenu
@@ -4890,7 +4907,7 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.428 2012/03/27 10:44:45 cg Exp $'
+    ^ '$Id: NewLauncher.st 7989 2012-05-05 21:28:49Z vranyj1 $'
 !
 
 version_CVS
@@ -4898,5 +4915,5 @@
 !
 
 version_SVN
-    ^ '$Id: NewLauncher.st 7978 2012-04-13 13:15:47Z vranyj1 $'
+    ^ '$Id: NewLauncher.st 7989 2012-05-05 21:28:49Z vranyj1 $'
 ! !