AbstractLauncherApplication.st
changeset 2210 efe47610b7ef
parent 2209 753b5db1eea5
child 2218 e8b16573104f
--- a/AbstractLauncherApplication.st	Sat Jun 26 17:25:35 1999 +0200
+++ b/AbstractLauncherApplication.st	Sat Jun 26 17:44:34 1999 +0200
@@ -988,8 +988,14 @@
 
 !AbstractLauncherApplication methodsFor:'user actions - tools'!
 
+inspectGlobalVariables
+    "inspect globals"
+
+    Smalltalk inspect
+!
+
 inspectWorkspaceVariables
-    "remove workspace variables"
+    "inspect workspace variables"
 
     Workspace workspaceVariables inspect
 !
@@ -4565,5 +4571,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.46 1999-06-26 15:25:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.47 1999-06-26 15:44:34 cg Exp $'
 ! !