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:

committed by
Michael Natterer

parent
aab25cdc36
commit
8f74e672a8
@ -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>
|
2004-07-20 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/composite/gimp-composite.c (gimp_composite_init): now that
|
* app/composite/gimp-composite.c (gimp_composite_init): now that
|
||||||
|
@ -61,7 +61,7 @@ static GimpActionEntry tools_actions[] =
|
|||||||
|
|
||||||
static GimpToggleActionEntry tools_toggle_actions[] =
|
static GimpToggleActionEntry tools_toggle_actions[] =
|
||||||
{
|
{
|
||||||
{ "tools-visibility", NULL,
|
{ "tools-visibility", GIMP_STOCK_VISIBLE,
|
||||||
N_("Show in Toolbox"), NULL, NULL,
|
N_("Show in Toolbox"), NULL, NULL,
|
||||||
G_CALLBACK (tools_toggle_visibility_cmd_callback),
|
G_CALLBACK (tools_toggle_visibility_cmd_callback),
|
||||||
TRUE,
|
TRUE,
|
||||||
|
Reference in New Issue
Block a user