app, plug-ins: move everything from Render->Clouds to the new Render->Noise

because that's what they are and what most menu labels in there says.
Keep the "Clouds" menu around for 3rd party plug-ins, not sure if it's
right to auto-map it to "Noise" automatically.
This commit is contained in:
Michael Natterer 2014-05-18 22:46:05 +02:00
parent c452f12519
commit 4712701415
4 changed files with 7 additions and 4 deletions

View File

@ -113,6 +113,8 @@ static const GimpActionEntry plug_in_actions[] =
"_Clouds") },
{ "plug-in-render-nature-menu", NULL, NC_("plug-in-action",
"_Nature") },
{ "plug-in-render-noise-menu", NULL, NC_("plug-in-action",
"N_oise") },
{ "plug-in-render-pattern-menu", NULL, NC_("plug-in-action",
"_Pattern") },
{ "plug-in-web-menu", NULL, NC_("plug-in-action",

View File

@ -700,13 +700,14 @@
<menuitem action="filters-tile-seamless" />
</menu>
<menu action="plug-in-render-menu" name="Render">
<menu action="plug-in-render-clouds-menu" name="Clouds">
<menu action="plug-in-render-clouds-menu" name="Clouds" />
<menu action="plug-in-render-nature-menu" name="Nature" />
<menu action="plug-in-render-noise-menu" name="Noise">
<menuitem action="filters-noise-cell" />
<menuitem action="filters-noise-perlin" />
<menuitem action="filters-plasma" />
<menuitem action="filters-noise-simplex" />
</menu>
<menu action="plug-in-render-nature-menu" name="Nature" />
<menu action="plug-in-render-pattern-menu" name="Pattern">
<menuitem action="filters-checkerboard" />
<menuitem action="filters-grid" />

View File

@ -185,7 +185,7 @@ query (void)
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render/Clouds");
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render/Noise");
}

View File

@ -74,4 +74,4 @@
SF-DRAWABLE "Drawable" 0)
(script-fu-menu-register "script-fu-difference-clouds"
"<Image>/Filters/Render/Clouds")
"<Image>/Filters/Render/Noise")