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:
Sven Neumann
2006-04-10 08:06:18 +00:00
committed by Sven Neumann
parent 03eebd5358
commit 12920b5a17
42 changed files with 202 additions and 195 deletions

View File

@ -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,