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

@ -38,7 +38,7 @@
#include "gimp-intl.h"
static GimpActionEntry select_actions[] =
static const GimpActionEntry select_actions[] =
{
{ "selection-editor-popup", GIMP_STOCK_TOOL_RECT_SELECT,
N_("Selection Editor Menu"), NULL, NULL, NULL,