implemented gimp_action_group_set_action_color() and
2004-04-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactiongroup.[ch]: implemented gimp_action_group_set_action_color() and gimp_action_group_set_action_viewable(). * app/actions/*-actions.c: added stock IDs to all actions which represent toplevel popup menus. Fixed typos. * menus/brushes-menu.xml * menus/colormap-editor-menu.xml * menus/dockable-menu.xml * menus/gradients-menu.xml * menus/patterns-menu.xml * menus/toolbox-menu.xml: fixed typos.
This commit is contained in:

committed by
Michael Natterer

parent
c6c1688ec9
commit
42f79826a9
@ -40,7 +40,7 @@
|
||||
|
||||
static GimpActionEntry channels_actions[] =
|
||||
{
|
||||
{ "channels-popup", NULL, N_("Channels Menu") },
|
||||
{ "channels-popup", GIMP_STOCK_CHANNELS, N_("Channels Menu") },
|
||||
|
||||
{ "channels-edit-attributes", GIMP_STOCK_EDIT,
|
||||
N_("_Edit Channel Attributes..."), NULL, NULL,
|
||||
@ -48,7 +48,7 @@ static GimpActionEntry channels_actions[] =
|
||||
GIMP_HELP_CHANNEL_EDIT },
|
||||
|
||||
{ "channels-new", GTK_STOCK_NEW,
|
||||
N_("/_New Channel..."), "", NULL,
|
||||
N_("_New Channel..."), "", NULL,
|
||||
G_CALLBACK (channels_new_cmd_callback),
|
||||
GIMP_HELP_CHANNEL_NEW },
|
||||
|
||||
|
Reference in New Issue
Block a user