mirror of https://github.com/GNOME/gimp.git
added Colors/Modify placeholder.
2005-09-26 Michael Natterer <mitch@gimp.org> * menus/image-menu.xml.in: added Colors/Modify placeholder. * plug-ins/common/vinvert.c: moved to Colors/Modify/Invert.
This commit is contained in:
parent
cef547b0d5
commit
a0a13c8751
|
@ -1,3 +1,9 @@
|
|||
2005-09-26 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* menus/image-menu.xml.in: added Colors/Modify placeholder.
|
||||
|
||||
* plug-ins/common/vinvert.c: moved to Colors/Modify/Invert.
|
||||
|
||||
2005-09-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL
|
||||
|
|
|
@ -452,9 +452,11 @@
|
|||
<menu action="colors-components-menu" name="Components" />
|
||||
<menu action="colors-map-menu" name="Map" />
|
||||
<separator />
|
||||
<menuitem action="drawable-desaturate" />
|
||||
<placeholder name="Invert">
|
||||
<menuitem action="drawable-invert" />
|
||||
<placeholder name="Modify">
|
||||
<menuitem action="drawable-desaturate" />
|
||||
<placeholder name="Invert">
|
||||
<menuitem action="drawable-invert" />
|
||||
</placeholder>
|
||||
</placeholder>
|
||||
<separator />
|
||||
</menu>
|
||||
|
|
|
@ -87,7 +87,7 @@ query (void)
|
|||
G_N_ELEMENTS (args), 0,
|
||||
args, NULL);
|
||||
|
||||
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Colors/Invert");
|
||||
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Colors/Modify/Invert");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue