GNOME Bugzilla – Bug 134357
Undo/redo menu items should say what to undo/redo
Last modified: 2004-12-22 21:47:04 UTC
The full action should be in the menu, e.g "Undo 'inserting task'". The toolbar button should only have "Undo" though.
This should be done by setting different strings on the actual ui nodes for the menu item and the toolbar item.
Created attachment 26542 [details] [review] Changed Icon of _undo and _redo.
Created attachment 26543 [details] [review] Changed Icon of _undo and _redo.
Created attachment 26734 [details] [review] Detail trace of Undo and Redo fixed and 'F1' shortcut for help.
This patch isn't right, since it puts the full label on the toolbar button. We need to use the full text for the menu, but only "Undo" and "Redo" for the toolbar.
OK, I messed up when trying the patch, it actually works fine. Thanks a lot, fixed in CVS.