[gimp] app, plug-ins: move Filters/Render/Nature to Filters/Render/Fractals



commit 001a75e1d20b945627a927dd4d02a1bba0ec126a
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jun 19 23:11:30 2014 +0200

    app, plug-ins: move Filters/Render/Nature to Filters/Render/Fractals
    
    but keep "Nature" around for compat, it's hidden if empty.

 app/actions/plug-in-actions.c                |    2 ++
 menus/image-menu.xml.in                      |    1 +
 plug-ins/flame/flame.c                       |    2 +-
 plug-ins/fractal-explorer/fractal-explorer.c |    2 +-
 plug-ins/ifs-compose/ifs-compose.c           |    2 +-
 5 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/app/actions/plug-in-actions.c b/app/actions/plug-in-actions.c
index 6f1e128..e7f928d 100644
--- a/app/actions/plug-in-actions.c
+++ b/app/actions/plug-in-actions.c
@@ -111,6 +111,8 @@ static const GimpActionEntry plug_in_actions[] =
                                              "_Render")           },
   { "plug-in-render-clouds-menu",  NULL, NC_("plug-in-action",
                                              "_Clouds")           },
+  { "plug-in-render-fractals-menu", NULL, NC_("plug-in-action",
+                                             "_Fractals")         },
   { "plug-in-render-nature-menu",  NULL, NC_("plug-in-action",
                                              "_Nature")           },
   { "plug-in-render-noise-menu",   NULL, NC_("plug-in-action",
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index 693c0d3..e11b7f4 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -705,6 +705,7 @@
       </menu>
       <menu action="plug-in-render-menu" name="Render">
         <menu action="plug-in-render-clouds-menu" name="Clouds" />
+        <menu action="plug-in-render-fractals-menu" name="Fractals" />
         <menu action="plug-in-render-nature-menu" name="Nature" />
         <menu action="plug-in-render-noise-menu" name="Noise">
          <menuitem action="filters-noise-cell" />
diff --git a/plug-ins/flame/flame.c b/plug-ins/flame/flame.c
index 80054dd..dbfe61f 100644
--- a/plug-ins/flame/flame.c
+++ b/plug-ins/flame/flame.c
@@ -137,7 +137,7 @@ query (void)
                           G_N_ELEMENTS (args), 0,
                           args, NULL);
 
-  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render/Nature");
+  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render/Fractals");
 }
 
 static void
diff --git a/plug-ins/fractal-explorer/fractal-explorer.c b/plug-ins/fractal-explorer/fractal-explorer.c
index f2b4c26..347123d 100644
--- a/plug-ins/fractal-explorer/fractal-explorer.c
+++ b/plug-ins/fractal-explorer/fractal-explorer.c
@@ -244,7 +244,7 @@ query (void)
                           G_N_ELEMENTS (args), 0,
                           args, NULL);
 
-  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render");
+  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render/Fractals");
 }
 
 /**********************************************************************
diff --git a/plug-ins/ifs-compose/ifs-compose.c b/plug-ins/ifs-compose/ifs-compose.c
index 283cd4a..2a8ff0a 100644
--- a/plug-ins/ifs-compose/ifs-compose.c
+++ b/plug-ins/ifs-compose/ifs-compose.c
@@ -349,7 +349,7 @@ query (void)
                           args, return_vals);
 
   gimp_plugin_menu_register (PLUG_IN_PROC,
-                             "<Image>/Filters/Render/Nature");
+                             "<Image>/Filters/Render/Fractals");
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]