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:
Sven Neumann 2005-12-28 21:08:26 +00:00 committed by Sven Neumann
parent f7e62345ea
commit fa41465e2a
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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>

View File

@ -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