themes/Default/images/Makefile.am

2004-11-14  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-center-16.png
	* themes/Default/images/stock-center-24.png
	* themes/Default/images/stock-print-resolution-16.png
	* themes/Default/images/stock-print-resolution-24.png: new icons
	drawn by Jimmac.

	* libgimpwidgets/gimpstock.[ch]: registered the new icons.

	* app/actions/image-actions.c
	* app/dialogs/print-size-dialog.c
	* app/dialogs/resize-dialog.c
	* plug-ins/ifscompose/ifscompose.c: use them.
This commit is contained in:
Sven Neumann
2004-11-14 01:51:21 +00:00
committed by Sven Neumann
parent 232e5ea221
commit ec9ee41fe7
16 changed files with 59 additions and 6 deletions

View File

@ -1063,7 +1063,7 @@ design_op_menu_create (GtkWidget *window)
N_("Select _All"), "<control>A", NULL,
G_CALLBACK (design_area_select_all_callback) },
{ "center", GTK_STOCK_JUSTIFY_CENTER,
{ "center", GIMP_STOCK_CENTER,
N_("Re_center"), "<control>C", N_("Recompute Center"),
G_CALLBACK (recompute_center_cb) },