mirror of https://github.com/GNOME/gimp.git
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:
parent
c452f12519
commit
4712701415
|
@ -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",
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -74,4 +74,4 @@
|
|||
SF-DRAWABLE "Drawable" 0)
|
||||
|
||||
(script-fu-menu-register "script-fu-difference-clouds"
|
||||
"<Image>/Filters/Render/Clouds")
|
||||
"<Image>/Filters/Render/Noise")
|
||||
|
|
Loading…
Reference in New Issue