Re: Newbie - Setting a window to a title other then document file name
Re: Newbie - Setting a window to a title other then document file name
- Subject: Re: Newbie - Setting a window to a title other then document file name
- From: Rodrigo Otaviano <email@hidden>
- Date: Wed, 17 Sep 2003 14:57:18 -0700
Try this:
- (NSString *)windowTitleForDocumentDisplayName:(NSString *)displayName
{
return @"Crewdog Terminal";
}
Rodrigo Otavio Paes de Barros Otaviano
_______________________________________________
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.