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:
Sven Neumann 2003-02-05 23:07:46 +00:00 committed by Sven Neumann
parent b3e42143de
commit ba246fb10c
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"),

View File

@ -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"),