undoMenuTitleForUndoActionName

2009-04-25 Thread norio ota
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 localize

Re: undoMenuTitleForUndoActionName

2009-04-25 Thread Keary Suska
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 functions

Re: undoMenuTitleForUndoActionName

2009-04-25 Thread Nor
, 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 functions and , if possible, how I should