diff --git a/modules/engines/ms-windows/ChangeLog.old b/modules/engines/ms-windows/ChangeLog.old index abd25594ed..3366f9eefe 100755 --- a/modules/engines/ms-windows/ChangeLog.old +++ b/modules/engines/ms-windows/ChangeLog.old @@ -1,3 +1,7 @@ +2003-09-22 Dom Lachowicz + + * src/xp_theme.c: Make a string array const + 2003-09-20 Raymond Penners * === Released 0.4.3 === diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c index b43b2bd8cd..96f1b70dd6 100755 --- a/modules/engines/ms-windows/xp_theme.c +++ b/modules/engines/ms-windows/xp_theme.c @@ -29,7 +29,7 @@ #include -static LPCWSTR class_descriptors[] = +static const LPCWSTR class_descriptors[] = { L"Scrollbar", L"Button",