mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
const some strings
This commit is contained in:
parent
cf639f4168
commit
dc16c121f9
@ -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 ===
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user