From 8f74e672a864aba61ae10a97cee9cc7ec0f11047 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 20 Jul 2004 18:13:49 +0000 Subject: [PATCH] added an icon to the "tools-visibility" action. 2004-07-20 Michael Natterer * app/actions/tools-actions.c: added an icon to the "tools-visibility" action. --- ChangeLog | 5 +++++ app/actions/tools-actions.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a678d870c2..a9c5d7d74a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-20 Michael Natterer + + * app/actions/tools-actions.c: added an icon to the + "tools-visibility" action. + 2004-07-20 Sven Neumann * app/composite/gimp-composite.c (gimp_composite_init): now that diff --git a/app/actions/tools-actions.c b/app/actions/tools-actions.c index 914366d69e..9433757f02 100644 --- a/app/actions/tools-actions.c +++ b/app/actions/tools-actions.c @@ -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,