Re: Dealing with NSPopupButton
Re: Dealing with NSPopupButton
- Subject: Re: Dealing with NSPopupButton
- From: Nicholas Shanks <email@hidden>
- Date: Sat, 23 Feb 2002 14:07:31 +0000
On Saturday, February 23, 2002, at 01:21 pm, j o a r wrote:
On Saturday, February 23, 2002, at 01:03 , Pete Yandell wrote:
if ([[myPopUp titleOfSelectedItem] isEqualToString:@"Letter"]) {
...if you ever plan to release a localized version of your application,
it's probably not a good idea to build the menu in code and later match
on the string returned...
or use isEqualToString:NSLocalizedString(@"Letter", nil)
Nicholas Shanks
--
http://nickshanks.com/
_______________________________________________
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.