NewLauncher.st
changeset 8321 37fb03c43011
parent 8318 8c15525e829c
child 8329 66adc4ba6cdf
--- a/NewLauncher.st	Sun Oct 12 16:25:01 2008 +0200
+++ b/NewLauncher.st	Mon Oct 13 11:29:22 2008 +0200
@@ -213,8 +213,8 @@
 #toolsSystemWorkspace
 'The SystemWorkspace with Welcome Messages'
 
-#toolsSystemWorkspace
-'A 3-pane EvaluationWorkspace'
+#toolsEvaluationWorkspace
+'A 3-pane EvaluationWorkspace - good for lectures and Smalltalk courses'
 
 #toolsInternationalLanguageTranslationEditor
 'National Language Translation Editor'
@@ -245,6 +245,9 @@
 #classBrowserOnChangedClasses
 'Open a Browser on changed classes'
 
+#classBrowserOnChangedMethod
+'Open a Browser on a that changed method'
+
 #classBrowserOnChangedMethods
 'Open a Browser on changed methods'
 
@@ -638,6 +641,15 @@
 #toolsWorkspace
 'Open a Workspace for evaluating smalltalk expressions.'
 
+#toolsMyWorkspace
+'Workspace on the "MyWorkspace.wsp" file'
+
+#toolsSystemWorkspace
+'The SystemWorkspace with Welcome Messages'
+
+#toolsEvaluationWorkspace
+'A 3-pane EvaluationWorkspace - good for lectures and Smalltalk courses'
+
 #windows
 'Window functions.'
 
@@ -3907,7 +3919,7 @@
             MenuItem new 
                 label: (change className , ' ' , (change selector ? '???')); 
                 value: [UserPreferences systemBrowserClass openInClass:change changeClass selector:change selector]; 
-                activeHelpKey: #classesSystemBrowserOnClass
+                activeHelpKey: #classBrowserOnChangedMethod
         ]
     ).
 
@@ -4491,5 +4503,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.374 2008-10-12 12:53:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.375 2008-10-13 09:29:22 cg Exp $'
 ! !