added an icon to the "tools-visibility" action.

2004-07-20  Michael Natterer  <mitch@gimp.org>

	* app/actions/tools-actions.c: added an icon to the
	"tools-visibility" action.
This commit is contained in:
Michael Natterer
2004-07-20 18:13:49 +00:00
committed by Michael Natterer
parent aab25cdc36
commit 8f74e672a8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-20 Michael Natterer <mitch@gimp.org>
* app/actions/tools-actions.c: added an icon to the
"tools-visibility" action.
2004-07-20 Sven Neumann <sven@gimp.org>
* app/composite/gimp-composite.c (gimp_composite_init): now that

View File

@ -61,7 +61,7 @@ static GimpActionEntry tools_actions[] =
static GimpToggleActionEntry tools_toggle_actions[] =
{
{ "tools-visibility", NULL,
{ "tools-visibility", GIMP_STOCK_VISIBLE,
N_("Show in Toolbox"), NULL, NULL,
G_CALLBACK (tools_toggle_visibility_cmd_callback),
TRUE,