reverted change to web-separator which accidentially slipped in with last

2003-08-04 Henrik Brix Andersen <brix@gimp.org>

* app/gui/image-menu.c (image_menu_entries): reverted change to
web-separator which accidentially slipped in with last commit
This commit is contained in:
Henrik Brix Andersen 2003-08-04 19:51:55 +00:00 committed by Henrik Brix Andersen
parent 65b2130a9a
commit 699b30e058
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2003-08-04 Henrik Brix Andersen <brix@gimp.org>
* app/gui/image-menu.c (image_menu_entries): reverted change to
web-separator which accidentially slipped in with last commit
* app/gui/plug-in-menus.c (plug_in_menus_update)
* app/plug-in/plug-in.c (plug_in_get_undo_desc): use
gimp_menu_path_strip_uline() to strip plug-in mnemonics from

View File

@ -1029,7 +1029,7 @@ GimpItemFactoryEntry image_menu_entries[] =
MENU_BRANCH (N_("/Filters/Render/_Pattern")),
MENU_BRANCH (N_("/Filters/_Web")),
MENU_SEPARATOR ("/Filters/---"),
MENU_SEPARATOR ("/Filters/web-separator"),
MENU_BRANCH (N_("/Filters/An_imation")),
MENU_BRANCH (N_("/Filters/C_ombine")),

View File

@ -1029,7 +1029,7 @@ GimpItemFactoryEntry image_menu_entries[] =
MENU_BRANCH (N_("/Filters/Render/_Pattern")),
MENU_BRANCH (N_("/Filters/_Web")),
MENU_SEPARATOR ("/Filters/---"),
MENU_SEPARATOR ("/Filters/web-separator"),
MENU_BRANCH (N_("/Filters/An_imation")),
MENU_BRANCH (N_("/Filters/C_ombine")),