NewLauncher.st
changeset 8575 00d0548d17c4
parent 8423 cd5a1e4249a1
child 8627 cd1a3dfc6aef
equal deleted inserted replaced
8574:8b570032f547 8575:00d0548d17c4
  1965             labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Class Documentation')
  1965             labelImage: (ResourceRetriever ToolbarIconLibrary helpIcon 'Class Documentation')
  1966           )
  1966           )
  1967          (MenuItem
  1967          (MenuItem
  1968             label: 'Web-Documents'
  1968             label: 'Web-Documents'
  1969             translateLabel: true
  1969             translateLabel: true
       
  1970             isVisible: webDocumentsItemShownInHelpMenu
  1970             submenu: 
  1971             submenu: 
  1971            (Menu
  1972            (Menu
  1972               (
  1973               (
  1973                (MenuItem
  1974                (MenuItem
  1974                   activeHelpKey: helpRFC
  1975                   activeHelpKey: helpRFC
  3455     ^ holder
  3456     ^ holder
  3456 !
  3457 !
  3457 
  3458 
  3458 tabList
  3459 tabList
  3459     ^ resources array:#('Transcript' 'Errors').
  3460     ^ resources array:#('Transcript' 'Errors').
       
  3461 !
       
  3462 
       
  3463 webDocumentsItemShownInHelpMenu
       
  3464     ^ false
  3460 ! !
  3465 ! !
  3461 
  3466 
  3462 !NewLauncher methodsFor:'change & update'!
  3467 !NewLauncher methodsFor:'change & update'!
  3463 
  3468 
  3464 infoLineTemplate
  3469 infoLineTemplate
  4585 ! !
  4590 ! !
  4586 
  4591 
  4587 !NewLauncher class methodsFor:'documentation'!
  4592 !NewLauncher class methodsFor:'documentation'!
  4588 
  4593 
  4589 version
  4594 version
  4590     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.382 2008-11-14 12:55:28 cg Exp $'
  4595     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.383 2009-03-09 09:36:08 cg Exp $'
  4591 ! !
  4596 ! !