mirror of https://github.com/GNOME/gimp.git
removed /Filters/Text menu branch now that we don't install any plug-in
2003-02-06 Sven Neumann <sven@gimp.org> * app/gui/image-menu.c (image_menu_entries): removed /Filters/Text menu branch now that we don't install any plug-in there and gimp-freetype is becoming obsolete.
This commit is contained in:
parent
b3e42143de
commit
ba246fb10c
|
@ -1,3 +1,9 @@
|
|||
2003-02-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/image-menu.c (image_menu_entries): removed /Filters/Text
|
||||
menu branch now that we don't install any plug-in there and
|
||||
gimp-freetype is becoming obsolete.
|
||||
|
||||
2003-02-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/randomize.c: applied a patch from David Necas
|
||||
|
|
|
@ -791,7 +791,6 @@ GimpItemFactoryEntry image_menu_entries[] =
|
|||
MENU_BRANCH (N_("/Filters/Artistic")),
|
||||
MENU_BRANCH (N_("/Filters/Map")),
|
||||
MENU_BRANCH (N_("/Filters/Render")),
|
||||
MENU_BRANCH (N_("/Filters/Text")),
|
||||
MENU_BRANCH (N_("/Filters/Web")),
|
||||
|
||||
MENU_SEPARATOR ("/Filters/web-separator"),
|
||||
|
|
|
@ -791,7 +791,6 @@ GimpItemFactoryEntry image_menu_entries[] =
|
|||
MENU_BRANCH (N_("/Filters/Artistic")),
|
||||
MENU_BRANCH (N_("/Filters/Map")),
|
||||
MENU_BRANCH (N_("/Filters/Render")),
|
||||
MENU_BRANCH (N_("/Filters/Text")),
|
||||
MENU_BRANCH (N_("/Filters/Web")),
|
||||
|
||||
MENU_SEPARATOR ("/Filters/web-separator"),
|
||||
|
|
Loading…
Reference in New Issue