home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / hypercar / 4265 < prev    next >
Encoding:
Text File  |  1992-11-20  |  760 b   |  21 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!zazen!news
  3. From: demerit@vms.macc.wisc.edu (J. DeMerit)
  4. Subject: Re: About.. menu item
  5. Message-ID: <1992Nov20.191837.7386@macc.wisc.edu>
  6. Sender: news@macc.wisc.edu (USENET News System)
  7. Organization:  University of Wisconsin Academic Computing Center
  8. Date: 20 NOV 92 13:15:31    
  9. Lines: 10
  10.  
  11. In article <By0KM5.9D9@news.chalmers.se>, roma@pe.chalmers.se (Robert Maglica) writes...
  12.  
  13. >Hi there,
  14. >Does anybody out there know how to change the About.. menu
  15. >item in the Apple menu ?
  16.  
  17. put "About whatever..." into menuItem 1 of menu 1 with menuMsg "aboutScript"
  18.  
  19. Note, you must have a routine 'on aboutScript' that handles the call when 
  20. someone selects your new About menuitem.
  21.