initialize is_active for qmask-toggle.
2004-05-03 Manish Singh <yosh@gimp.org> * app/actions/qmask-actions.c: initialize is_active for qmask-toggle. * app/actions/tools-actions.c: set entry help_id from tool_info, since gimp_action_group_add_string_actions expects it to be there now.
This commit is contained in:

committed by
Manish Singh

parent
ab0d361254
commit
e259270313
@ -58,6 +58,7 @@ static GimpToggleActionEntry qmask_toggle_actions[] =
|
||||
{ "qmask-toggle", GIMP_STOCK_QMASK_ON,
|
||||
N_("Toggle _QuickMask"), "<shift>Q", NULL,
|
||||
G_CALLBACK (qmask_toggle_cmd_callback),
|
||||
FALSE,
|
||||
GIMP_HELP_QMASK_TOGGLE }
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user