From 62ffd2023d9073e452fe2e2f50cf6b2f11224d6f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 Aug 2012 22:44:44 +0300 Subject: next code style changes. --- src/gui/setupactiondata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setupactiondata.h') diff --git a/src/gui/setupactiondata.h b/src/gui/setupactiondata.h index ee85f6ca5..1cf6dfeed 100644 --- a/src/gui/setupactiondata.h +++ b/src/gui/setupactiondata.h @@ -1533,7 +1533,7 @@ static SetupActionData setupActionData8[] = } }; -static SetupActionData *setupActionData[] = +static SetupActionData *const setupActionData[] = { setupActionData0, setupActionData7, @@ -1546,7 +1546,7 @@ static SetupActionData *setupActionData[] = setupActionData8 }; -static const char *pages[] = +static const char *const pages[] = { N_("Basic"), N_("Move"), -- cgit v1.2.3-60-g2f50