NewLauncher.st
changeset 8318 8c15525e829c
parent 8316 fd7beba3630f
child 8321 37fb03c43011
--- a/NewLauncher.st	Sun Oct 12 14:52:21 2008 +0200
+++ b/NewLauncher.st	Sun Oct 12 14:53:04 2008 +0200
@@ -207,6 +207,15 @@
 #toolsWorkspace
 'Workspace'
 
+#toolsMyWorkspace
+'Workspace on the "MyWorkspace.wsp" file'
+
+#toolsSystemWorkspace
+'The SystemWorkspace with Welcome Messages'
+
+#toolsSystemWorkspace
+'A 3-pane EvaluationWorkspace'
+
 #toolsInternationalLanguageTranslationEditor
 'National Language Translation Editor'
 )
@@ -2058,13 +2067,19 @@
             translateLabel: true
           )
          (MenuItem
-            activeHelpKey: toolsWorkspace
+            activeHelpKey: toolsMyWorkspace
+            label: 'My Workspace'
+            itemValue: openMyWorkspace
+            translateLabel: true
+          )
+         (MenuItem
+            activeHelpKey: toolsSystemWorkspace
             label: 'System Workspace'
             itemValue: openSystemWorkspace
             translateLabel: true
           )
          (MenuItem
-            activeHelpKey: toolsWorkspace
+            activeHelpKey: toolsEvaluationWorkspace
             label: 'Evaluation Workspace'
             itemValue: openEvaluationWorkspace
             translateLabel: true
@@ -4476,5 +4491,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.373 2008-10-11 22:31:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.374 2008-10-12 12:53:04 cg Exp $'
 ! !