appwiz.cpl: Make some data static const.

This commit is contained in:
Dmitry Timoshkov 2008-11-12 15:15:32 +08:00 committed by Alexandre Julliard
parent 5bc2785b72
commit 90f4ee8346
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ typedef struct AppWizColumn {
int title;
} AppWizColumn;
AppWizColumn columns[] = {
static const AppWizColumn columns[] = {
{200, LVCFMT_LEFT, IDS_COLUMN_NAME},
{150, LVCFMT_LEFT, IDS_COLUMN_PUBLISHER},
{100, LVCFMT_LEFT, IDS_COLUMN_VERSION},