take const arrays of action entries.
2006-04-10 Sven Neumann <sven@gimp.org> * app/widgets/gimpactiongroup.[ch]: take const arrays of action entries. * app/actions/*-actions.c: declare action arrays as const.
This commit is contained in:

committed by
Sven Neumann

parent
03eebd5358
commit
12920b5a17
@ -50,7 +50,7 @@ static void tool_options_actions_update_presets (GimpActionGroup *group,
|
||||
|
||||
/* global variables */
|
||||
|
||||
static GimpActionEntry tool_options_actions[] =
|
||||
static const GimpActionEntry tool_options_actions[] =
|
||||
{
|
||||
{ "tool-options-popup", GIMP_STOCK_TOOL_OPTIONS,
|
||||
N_("Tool Options Menu"), NULL, NULL, NULL,
|
||||
|
Reference in New Issue
Block a user