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:
Michael Natterer
2006-05-11 12:29:57 +00:00
committed by Michael Natterer
parent b3a8284a3b
commit 6da388be93
4 changed files with 86 additions and 1 deletions

View File

@ -33,6 +33,7 @@ void menus_save (Gimp *gimp,
gboolean menus_clear (Gimp *gimp,
GError **error);
void menus_remove (Gimp *gimp);
#endif /* __MENUS_H__ */