rephrased new documentation.

2007-03-19  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.c (gimp_install_procedure): rephrased new
	documentation.


svn path=/trunk/; revision=22154
This commit is contained in:
Sven Neumann 2007-03-21 11:57:31 +00:00 committed by Sven Neumann
parent 1c233b6fb6
commit 08d736af73

View File

@ -511,11 +511,10 @@ gimp_quit (void)
* (e.g. "&lt;Image&gt;/Filters/Render/Useless").
*
* It is possible to register a procedure only for keyboard-shortcut
* activation by not registering any menu path with
* gimp_plugin_menu_register() but still passing a @menu_label to
* gimp_install_procedure(). In this case, the given @menu_label will
* only be used as the procedure's user-visible name in the keyboard
* shortcut editor.
* activation by passing a @menu_label to gimp_install_procedure() but
* not registering any menu path with gimp_plugin_menu_register(). In
* this case, the given @menu_label will only be used as the
* procedure's user-visible name in the keyboard shortcut editor.
*
* @type must be one of #GIMP_PLUGIN or #GIMP_EXTENSION. Note that
* temporary procedures must be installed using