changed: #helpMenu
authorClaus Gittinger <cg@exept.de>
Sun, 27 Sep 2009 11:49:24 +0200
changeset 8794 59ab103964f9
parent 8793 d92d2f7bf232
child 8795 b0d57ce3cbc0
changed: #helpMenu
NewLauncher.st
--- a/NewLauncher.st	Fri Sep 25 19:36:19 2009 +0200
+++ b/NewLauncher.st	Sun Sep 27 11:49:24 2009 +0200
@@ -1993,21 +1993,21 @@
             label: 'Programmer''s Guide'
             itemValue: startProgrammersGuide
             translateLabel: true
-            labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Programmer''s Guide')
+"/            labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Programmer''s Guide')
           )
          (MenuItem
             activeHelpKey: helpToolsDocumentation
             label: 'Tool Documentation'
             itemValue: startToolsDocumentation
             translateLabel: true
-            labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Tool Documentation')
+"/            labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Tool Documentation')
           )
          (MenuItem
             activeHelpKey: helpClassDocumentation
             label: 'Class Documentation'
             itemValue: startClassDocumentation
             translateLabel: true
-            labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Class Documentation')
+"/            labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Class Documentation')
           )
          (MenuItem
             label: 'Web-Documents'
@@ -4663,5 +4663,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.389 2009-09-24 09:59:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.390 2009-09-27 09:49:24 cg Exp $'
 ! !