mirror of https://github.com/GNOME/gimp.git
added more mappings from old to new Script-Fu menu locations.
2007-08-07 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-scripts.c (script_fu_menu_map): added more mappings from old to new Script-Fu menu locations. svn path=/trunk/; revision=23128
This commit is contained in:
parent
a737408eeb
commit
60ea36beb6
|
@ -1,3 +1,8 @@
|
|||
2007-08-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/script-fu-scripts.c (script_fu_menu_map):
|
||||
added more mappings from old to new Script-Fu menu locations.
|
||||
|
||||
2007-08-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpcolordisplay.[ch]: added GimpColorConfig and
|
||||
|
|
|
@ -1161,7 +1161,14 @@ script_fu_menu_map (SFScript *script)
|
|||
const gchar *old;
|
||||
const gchar *new;
|
||||
} mapping[] = {
|
||||
{ "<Image>/Script-Fu/Animators", "<Image>/Filters/Animation/Animators" }
|
||||
{ "<Image>/Script-Fu/Alchemy", "<Image>/Filters/Artistic" },
|
||||
{ "<Image>/Script-Fu/Alpha to Logo", "<Image>/Filters/Alpha to Logo" },
|
||||
{ "<Image>/Script-Fu/Animators", "<Image>/Filters/Animation/Animators" },
|
||||
{ "<Image>/Script-Fu/Decor", "<Image>/Filters/Decor" },
|
||||
{ "<Image>/Script-Fu/Render", "<Image>/Filters/Render" },
|
||||
{ "<Image>/Script-Fu/Selection", "<Image>/Select/Modify" },
|
||||
{ "<Image>/Script-Fu/Shadow", "<Image>/Filters/Light and Shadow/Shadow" },
|
||||
{ "<Image>/Script-Fu/Stencil Ops", "<Image>/Filters/Decor" }
|
||||
};
|
||||
|
||||
gint i;
|
||||
|
|
Loading…
Reference in New Issue