*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 23 Oct 2006 21:42:36 +0200
changeset 7456 e9844fb64289
parent 7455 9003f35c3458
child 7457 ed5148073e7d
*** empty log message ***
NewLauncher.st
--- a/NewLauncher.st	Mon Oct 23 20:38:03 2006 +0200
+++ b/NewLauncher.st	Mon Oct 23 21:42:36 2006 +0200
@@ -1095,11 +1095,6 @@
             showBusyCursorWhilePerforming: true
           )
          (MenuItem
-            label: 'ToDo'
-            itemValue: startToDoListBrowser
-            translateLabel: true
-          )
-         (MenuItem
             label: '-'
           )
          (MenuItem
@@ -1243,6 +1238,8 @@
         nil
         nil
       )
+
+    "Modified: / 23-10-2006 / 21:41:31 / cg"
 !
 
 demosMenu
@@ -2650,6 +2647,13 @@
             labelImage: (ResourceRetriever NewLauncher startSUnitIcon 'SUnit Test')
           )
          (MenuItem
+            activeHelpKey: toolsToDoList
+            label: 'ToDo List'
+            itemValue: startToDoListBrowser
+            nameKey: startToDoListBrowser
+            translateLabel: true
+          )
+         (MenuItem
             activeHelpKey: toolsSmaCC
             label: 'SmaCC ParserGenerator'
             itemValue: startSmaCCParserGenerator
@@ -2796,6 +2800,8 @@
         nil
         nil
       )
+
+    "Modified: / 23-10-2006 / 21:42:28 / cg"
 !
 
 windowsMenu
@@ -4051,6 +4057,7 @@
     self openApplication:'Tools::ToDoListBrowser'
 
     "Created: / 23-10-2006 / 16:00:25 / cg"
+    "Modified: / 23-10-2006 / 20:38:34 / cg"
 ! !
 
 !NewLauncher methodsFor:'user actions-demos'!
@@ -4282,5 +4289,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.345 2006-10-23 14:00:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.346 2006-10-23 19:42:36 cg Exp $'
 ! !