[fbcocoa] Re: [fbcocoa] Cocoa constants

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2012 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Thu, 23 Feb 2012 11:12:56 +1300
Bernie wrote:

> Michele wrote:
>>   maybe you could try the following inside beginc/endc:
>> #define FBNSToolbarShowFontsItemIdentifier @"NSToolbarShowFontsItem"
> 
> Thanks. That still has the same potential problem if Apple change the string value in NSToolbarShowFontsItemIdentifer.

BeginCDeclaration
#define FBNSToolbarShowFontsItemIdentifier NSToolbarShowFontsItemIdentifier
EndC