Applied modified patch from Michael J. Hammel which allows to remove all
2006-05-11 Michael Natterer <mitch@gimp.org> Applied modified patch from Michael J. Hammel which allows to remove all keyboard shortcuts from the menus (fixes bug #331839): * app/dialogs/preferences-dialog.c: added "Remove all keyboard shortcuts" button to the "Interface" section. * app/menus/menus.[ch]: added menus_remove() which does the shortcut removal.
This commit is contained in:

committed by
Michael Natterer

parent
b3a8284a3b
commit
6da388be93
@ -33,6 +33,7 @@ void menus_save (Gimp *gimp,
|
||||
|
||||
gboolean menus_clear (Gimp *gimp,
|
||||
GError **error);
|
||||
void menus_remove (Gimp *gimp);
|
||||
|
||||
|
||||
#endif /* __MENUS_H__ */
|
||||
|
Reference in New Issue
Block a user