Re: Application menu won't change
Re: Application menu won't change
- Subject: Re: Application menu won't change
- From: Neil Earnshaw <email@hidden>
- Date: Mon, 1 Sep 2003 10:10:09 +0100
I put in a two word name for the application menu in my app by
mistake. Later I wanted to change the entry to the correct name, but
it doesn't work. I can change the application menu entry in the
Interface Builder all I want, but it always displays the original
value. What do I need to do to fix this?
I can toggle the space in the main menu application name by opening
InfoPlist.strings in the PB Resources group and editing the
CFBundleName:
CFBundleName = "Pattern Builder";
Gives me two words in the main menu, and
CFBundleName = "PatternBuilder";
gives me one.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.