Re: Installing a new login item?
Re: Installing a new login item?
- Subject: Re: Installing a new login item?
- From: Sherm Pendley <email@hidden>
- Date: Wed, 3 Jul 2002 02:03:46 -0400
On Wednesday, July 3, 2002, at 01:30 AM, Isaac Sherman wrote:
Try replacing this:
NSUserDefaults * defaults = [[NSUserDefaults alloc] init];
with this:
NSUserDefaults *defaults = [NSUserDefaults standardDefaults];
sherm--
Never put off until tomorrow what you can do today. There might be a law
against it by that time.
_______________________________________________
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.