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
@ -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,
|
||||
|
Reference in New Issue
Block a user