mirror of https://github.com/GNOME/gimp.git
added "Image/Arrange" placeholder.
2005-12-28 Sven Neumann <sven@gimp.org> * menus/image-menu.xml.in: added "Image/Arrange" placeholder. * plug-ins/common/align_layers.c: moved to the Image menu, it doesn't work on a single layer.
This commit is contained in:
parent
f7e62345ea
commit
fa41465e2a
|
@ -1,3 +1,10 @@
|
|||
2005-12-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* menus/image-menu.xml.in: added "Image/Arrange" placeholder.
|
||||
|
||||
* plug-ins/common/align_layers.c: moved to the Image menu, it
|
||||
doesn't work on a single layer.
|
||||
|
||||
2005-12-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am
|
||||
|
|
|
@ -311,6 +311,7 @@
|
|||
<menuitem action="image-merge-layers" />
|
||||
<menuitem action="image-flatten" />
|
||||
</placeholder>
|
||||
<placeholder name="Arrange" />
|
||||
<separator />
|
||||
<menu action="image-guides-menu" name="Guides">
|
||||
</menu>
|
||||
|
|
|
@ -136,7 +136,7 @@ query (void)
|
|||
G_N_ELEMENTS (args), 0,
|
||||
args, NULL);
|
||||
|
||||
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Layer");
|
||||
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Image/Arrange");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue