:
>
> I need to localize the undo menu title.
>> I made the subclass of NSUndoManager and overrode two methods:
>> undoMenuTitleForUndoActionName and redoMenuTitleForUndoActionName.
>>
>> Bun they don't get called.
>>
>> Would you tell me who calls
On Apr 25, 2009, at 10:49 AM, norio ota wrote:
I need to localize the undo menu title.
I made the subclass of NSUndoManager and overrode two methods:
undoMenuTitleForUndoActionName and redoMenuTitleForUndoActionName.
Bun they don't get called.
Would you tell me who calls the function
Hi,
I need to localize the undo menu title.
I made the subclass of NSUndoManager and overrode two methods:
undoMenuTitleForUndoActionName and redoMenuTitleForUndoActionName.
Bun they don't get called.
Would you tell me who calls the functions and , if possible,
how I should do to localiz