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