[NSUndoManager undoMenuItemTitle]
[NSUndoManager undoMenuItemTitle]
- Subject: [NSUndoManager undoMenuItemTitle]
- From: Martin Hairer <email@hidden>
- Date: Tue, 20 Sep 2005 22:25:58 +0100
When I execute
NSLog(@"undoActionName: %@", [_manager undoActionName]);
NSLog(@"undoMenuItemTitle: %@", [_manager undoMenuItemTitle]);
while an undo action is being performed, I get the following output:
undoActionName: Paste
undoMenuItemTitle: &Undo Paste
Does anyone have an idea why there is an ampersand in front of the
"Undo"
and how I can get rid of it? Is this the correct behaviour of
NSUndoManager?
Thanks,
Martin
HairerSoft
http://www.hairersoft.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden