mirror of https://github.com/GNOME/gimp.git
plug-ins/common/compose.c plug-ins/common/decompose.c plug-ins/fp/fp.c
2003-03-05 Sven Neumann <sven@gimp.org> * plug-ins/common/compose.c * plug-ins/common/decompose.c * plug-ins/fp/fp.c * plug-ins/rcm/rcm.c: moved these plug-ins to the Filters menu (fixes bug #107587). * app/gui/image-menu.c (image_menu_entries): removed a menu separator which is not needed any longer.
This commit is contained in:
parent
a1cd2b1622
commit
2935a320f7
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2003-03-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/compose.c
|
||||
* plug-ins/common/decompose.c
|
||||
* plug-ins/fp/fp.c
|
||||
* plug-ins/rcm/rcm.c: moved these plug-ins to the Filters menu
|
||||
(fixes bug #107587).
|
||||
|
||||
* app/gui/image-menu.c (image_menu_entries): removed a menu
|
||||
separator which is not needed any longer.
|
||||
|
||||
2003-03-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Based on suggestions by Michael J. Hammel <mjhammel@graphics-muse.org>:
|
||||
|
|
|
@ -436,8 +436,6 @@ GimpItemFactoryEntry image_menu_entries[] =
|
|||
NULL,
|
||||
"image/mode/dialogs/convert_to_indexed.html", NULL },
|
||||
|
||||
MENU_SEPARATOR ("/Image/Mode/---"),
|
||||
|
||||
/* <Image>/Image/Transform */
|
||||
|
||||
MENU_BRANCH (N_("/Image/Transform")),
|
||||
|
|
|
@ -436,8 +436,6 @@ GimpItemFactoryEntry image_menu_entries[] =
|
|||
NULL,
|
||||
"image/mode/dialogs/convert_to_indexed.html", NULL },
|
||||
|
||||
MENU_SEPARATOR ("/Image/Mode/---"),
|
||||
|
||||
/* <Image>/Image/Transform */
|
||||
|
||||
MENU_BRANCH (N_("/Image/Transform")),
|
||||
|
|
|
@ -254,7 +254,7 @@ query (void)
|
|||
"Peter Kirchgessner",
|
||||
"Peter Kirchgessner (peter@kirchgessner.net)",
|
||||
"1997",
|
||||
N_("<Image>/Image/Mode/Compose..."),
|
||||
N_("<Image>/Filters/Colors/Compose..."),
|
||||
"GRAY*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (args),
|
||||
|
|
|
@ -226,7 +226,7 @@ query (void)
|
|||
"Peter Kirchgessner",
|
||||
"Peter Kirchgessner (peter@kirchgessner.net)",
|
||||
"1997",
|
||||
N_("<Image>/Image/Mode/Decompose..."),
|
||||
N_("<Image>/Filters/Colors/Decompose..."),
|
||||
"RGB*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (args),
|
||||
|
|
|
@ -89,7 +89,7 @@ query (void)
|
|||
"Pavel Grinfeld (pavel@ml.com)",
|
||||
"Pavel Grinfeld (pavel@ml.com)",
|
||||
"27th March 1997",
|
||||
N_("<Image>/Layer/Colors/Filter Pack..."),
|
||||
N_("<Image>/Filters/Colors/Filter Pack..."),
|
||||
"RGB*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (args), 0,
|
||||
|
|
|
@ -89,7 +89,7 @@ query (void)
|
|||
"Pavel Grinfeld (pavel@ml.com)",
|
||||
"Pavel Grinfeld (pavel@ml.com)",
|
||||
"27th March 1997",
|
||||
N_("<Image>/Layer/Colors/Filter Pack..."),
|
||||
N_("<Image>/Filters/Colors/Filter Pack..."),
|
||||
"RGB*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (args), 0,
|
||||
|
|
|
@ -110,7 +110,7 @@ query (void)
|
|||
"Sven Anders (anderss@fmi.uni-passau.de) and Pavel Grinfeld (pavel@ml.com)",
|
||||
"Sven Anders (anderss@fmi.uni-passau.de)",
|
||||
"04th April 1999",
|
||||
N_("<Image>/Layer/Colors/Colormap Rotation..."),
|
||||
N_("<Image>/Filters/Colors/Map/Colormap Rotation..."),
|
||||
"RGB*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (args), 0,
|
||||
|
|
Loading…
Reference in New Issue