NewLauncher.st
changeset 2207 84d23e553268
parent 2197 b2f768d0456f
child 2211 9d7b89b3525d
--- a/NewLauncher.st	Sat Jun 26 16:02:33 1999 +0200
+++ b/NewLauncher.st	Sat Jun 26 16:07:24 1999 +0200
@@ -934,6 +934,20 @@
                         #value: #openTerminal
                         #activeHelpKey: #toolsTerminal
                       )
+                     #(#MenuItem
+                        #label: '-'
+                        #isVisible: #canDoTerminal
+                      )
+                     #(#MenuItem
+                        #label: 'Inspect Workspace Variables'
+                        #translateLabel: true
+                        #value: #inspectWorkspaceVariables
+                      )
+                     #(#MenuItem
+                        #label: 'Remove All Workspace Variables'
+                        #translateLabel: true
+                        #value: #removeAllWorkspaceVariables
+                      )
                      )
                     nil
                     nil
@@ -2705,5 +2719,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.142 1999-06-25 11:21:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.143 1999-06-26 14:07:24 cg Exp $'
 ! !