added back ellipsis to Display Filters and Configure Grid.

2003-10-02  Sven Neumann  <sven@gimp.org>

	* app/gui/image-menu.c: added back ellipsis to Display Filters and
	Configure Grid.

2003-10-02  Sven Neumann  <sven@gimp.org>

	* de.po: updated german translation (reviewing my menu changes).
This commit is contained in:
Sven Neumann 2003-10-02 00:55:52 +00:00 committed by Sven Neumann
parent 7aa4179956
commit 8996d18ff5
5 changed files with 664 additions and 577 deletions

View File

@ -1,3 +1,8 @@
2003-10-02 Sven Neumann <sven@gimp.org>
* app/gui/image-menu.c: added back ellipsis to Display Filters and
Configure Grid.
2003-10-02 Sven Neumann <sven@gimp.org>
* configure.in

View File

@ -419,7 +419,7 @@ GimpItemFactoryEntry image_menu_entries[] =
"<StockItem>", GIMP_STOCK_NAVIGATION },
NULL,
GIMP_HELP_NAVIGATION_DIALOG, NULL },
{ { N_("/View/Display _Filters"), NULL,
{ { N_("/View/Display _Filters..."), NULL,
view_display_filters_cmd_callback, 0 },
NULL,
GIMP_HELP_DISPLAY_FILTER_DIALOG, NULL },
@ -578,7 +578,7 @@ GimpItemFactoryEntry image_menu_entries[] =
MENU_SEPARATOR ("/Image/---"),
{ { N_("/Image/Configure G_rid"), NULL,
{ { N_("/Image/Configure G_rid..."), NULL,
image_configure_grid_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_GRID },
NULL,
@ -1489,7 +1489,7 @@ image_menu_update (GtkItemFactory *item_factory,
SET_SENSITIVE ("/View/Info Window", gdisp);
SET_SENSITIVE ("/View/Navigation Window", gdisp);
SET_SENSITIVE ("/View/Display Filters", gdisp);
SET_SENSITIVE ("/View/Display Filters...", gdisp);
SET_SENSITIVE ("/View/Show Selection", gdisp);
SET_ACTIVE ("/View/Show Selection", gdisp && appearance->selection);
@ -1536,7 +1536,7 @@ image_menu_update (GtkItemFactory *item_factory,
SET_SENSITIVE ("/Image/Duplicate", gdisp);
SET_SENSITIVE ("/Image/Merge Visible Layers...", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("/Image/Flatten Image", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("/Image/Configure Grid", gdisp);
SET_SENSITIVE ("/Image/Configure Grid...", gdisp);
/* Layer */

View File

@ -419,7 +419,7 @@ GimpItemFactoryEntry image_menu_entries[] =
"<StockItem>", GIMP_STOCK_NAVIGATION },
NULL,
GIMP_HELP_NAVIGATION_DIALOG, NULL },
{ { N_("/View/Display _Filters"), NULL,
{ { N_("/View/Display _Filters..."), NULL,
view_display_filters_cmd_callback, 0 },
NULL,
GIMP_HELP_DISPLAY_FILTER_DIALOG, NULL },
@ -578,7 +578,7 @@ GimpItemFactoryEntry image_menu_entries[] =
MENU_SEPARATOR ("/Image/---"),
{ { N_("/Image/Configure G_rid"), NULL,
{ { N_("/Image/Configure G_rid..."), NULL,
image_configure_grid_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_GRID },
NULL,
@ -1489,7 +1489,7 @@ image_menu_update (GtkItemFactory *item_factory,
SET_SENSITIVE ("/View/Info Window", gdisp);
SET_SENSITIVE ("/View/Navigation Window", gdisp);
SET_SENSITIVE ("/View/Display Filters", gdisp);
SET_SENSITIVE ("/View/Display Filters...", gdisp);
SET_SENSITIVE ("/View/Show Selection", gdisp);
SET_ACTIVE ("/View/Show Selection", gdisp && appearance->selection);
@ -1536,7 +1536,7 @@ image_menu_update (GtkItemFactory *item_factory,
SET_SENSITIVE ("/Image/Duplicate", gdisp);
SET_SENSITIVE ("/Image/Merge Visible Layers...", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("/Image/Flatten Image", gdisp && !fs && !aux && lp);
SET_SENSITIVE ("/Image/Configure Grid", gdisp);
SET_SENSITIVE ("/Image/Configure Grid...", gdisp);
/* Layer */

View File

@ -1,3 +1,7 @@
2003-10-02 Sven Neumann <sven@gimp.org>
* de.po: updated german translation (reviewing my menu changes).
2003-09-30 Marco Ciampa <ciampix@libero.it>
* it.po: Updated italian translation.

1208
po/de.po

File diff suppressed because it is too large Load Diff