# HG changeset patch # User Claus Gittinger # Date 1236591368 -3600 # Node ID 00d0548d17c495fdcd0dc4b218bd022775a3b5aa # Parent 8b570032f5479b8dc997357165d4fa553b5206fb webDocumentsItemShownInHelpMenu diff -r 8b570032f547 -r 00d0548d17c4 NewLauncher.st --- a/NewLauncher.st Sat Mar 07 12:16:31 2009 +0100 +++ b/NewLauncher.st Mon Mar 09 10:36:08 2009 +0100 @@ -1967,6 +1967,7 @@ (MenuItem label: 'Web-Documents' translateLabel: true + isVisible: webDocumentsItemShownInHelpMenu submenu: (Menu ( @@ -3457,6 +3458,10 @@ tabList ^ resources array:#('Transcript' 'Errors'). +! + +webDocumentsItemShownInHelpMenu + ^ false ! ! !NewLauncher methodsFor:'change & update'! @@ -4587,5 +4592,5 @@ !NewLauncher class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.382 2008-11-14 12:55:28 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.383 2009-03-09 09:36:08 cg Exp $' ! !