NewLauncher.st
changeset 2211 9d7b89b3525d
parent 2207 84d23e553268
child 2226 484a2a13d520
--- a/NewLauncher.st	Sat Jun 26 17:44:34 1999 +0200
+++ b/NewLauncher.st	Sat Jun 26 17:44:48 1999 +0200
@@ -939,6 +939,11 @@
                         #isVisible: #canDoTerminal
                       )
                      #(#MenuItem
+                        #label: 'Inspect Global Variables'
+                        #translateLabel: true
+                        #value: #inspectGlobalVariables
+                      )
+                     #(#MenuItem
                         #label: 'Inspect Workspace Variables'
                         #translateLabel: true
                         #value: #inspectWorkspaceVariables
@@ -2719,5 +2724,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.143 1999-06-26 14:07:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.144 1999-06-26 15:44:48 cg Exp $'
 ! !