const some strings

This commit is contained in:
cinamod 2003-09-22 14:36:30 +00:00
parent cf639f4168
commit dc16c121f9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-22 Dom Lachowicz <cinamod@hotmail.com>
* src/xp_theme.c: Make a string array const
2003-09-20 Raymond Penners <raymond@dotsphinx.com> 2003-09-20 Raymond Penners <raymond@dotsphinx.com>
* === Released 0.4.3 === * === Released 0.4.3 ===

View File

@ -29,7 +29,7 @@
#include <stdio.h> #include <stdio.h>
static LPCWSTR class_descriptors[] = static const LPCWSTR class_descriptors[] =
{ {
L"Scrollbar", L"Scrollbar",
L"Button", L"Button",