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:
parent
aab25cdc36
commit
8f74e672a8
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue