NewLauncher.st
changeset 1590 066d51ad85f5
parent 1589 c568fdfd7717
child 1591 eacb65e50d85
--- a/NewLauncher.st	Thu Apr 23 14:47:39 1998 +0200
+++ b/NewLauncher.st	Thu Apr 23 14:49:29 1998 +0200
@@ -438,6 +438,9 @@
                           #activeHelpKey: #aboutSTX
                       )
                        #(#MenuItem
+                          #label: '-'
+                      )
+                       #(#MenuItem
                           #label: 'Licence Conditions'
                           #translateLabel: true
                           #value: #openLicenseConditions
@@ -1428,7 +1431,7 @@
           nil
       )
 
-    "Modified: / 23.4.1998 / 14:46:47 / cg"
+    "Modified: / 23.4.1998 / 14:48:48 / cg"
 !
 
 menuToolbar
@@ -5148,5 +5151,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.61 1998-04-23 12:47:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.62 1998-04-23 12:49:29 cg Exp $'
 ! !