actually use the new tool icon.

2006-05-19  Sven Neumann  <sven@gimp.org>

        * app/tools/gimpaligntool.c (gimp_align_tool_register): actually
        use the new tool icon.
This commit is contained in:
Sven Neumann 2006-05-19 07:44:27 +00:00 committed by Sven Neumann
parent bddb97797a
commit c6d8d49224
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-05-19 Sven Neumann <sven@gimp.org>
* app/tools/gimpaligntool.c (gimp_align_tool_register): actually
use the new tool icon.
2006-05-18 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/dialogs/file-save-dialog.c: make sure to disconnect

View file

@ -110,7 +110,7 @@ gimp_align_tool_register (GimpToolRegisterCallback callback,
_("Align or arrange layers and other items"),
N_("_Align"), "Q",
NULL, GIMP_HELP_TOOL_MOVE,
GIMP_STOCK_CENTER,
GIMP_STOCK_TOOL_ALIGN,
data);
}