Re: MainMenu
Re: MainMenu
- Subject: Re: MainMenu
- From: j o a r <email@hidden>
- Date: Wed, 4 Jan 2006 22:31:47 +0100
On 4 jan 2006, at 21.21, Nick Zitzmann wrote:
How do I reset the name of the application menu in the main menu?
Modify the name in the Info.plist (or InfoPlist.strings if it's
localized) file.
Would it not be preferable to use the inspector on the application
target (I think it's i the "properties" tab)? that way you won't have
to remember the names of the Info.plist keys you need to modify. If
you do want to modify the Info.plist directly, there are good
documentation on the available keys, and what they do, over at
developer.apple.com.
On 4 jan 2006, at 22.18, I. Savant wrote:
Changing the name in the *menu* should be done by opening
MainMenu.nib, opening the menu object, then double-clicking the
application name area and changing it. Save the file and you
*should* be all set. Are you saying nothing you do there changes it?
That's not the way to do it at all. The menu title is set when the
application is launched to match the name of the application, as
specified by the entries in the Info.plist file.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >MainMenu (From: David Piasecki <email@hidden>) |
| >Re: MainMenu (From: Nick Zitzmann <email@hidden>) |