make XPM data const to avoid warnings from mingw 4.0 (patch 1874995)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-03 13:48:11 +00:00
parent 285900728d
commit 807eac818a
320 changed files with 320 additions and 323 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *small1_xpm[] = {
static const char * small1_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 6 1",
". c Black",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * toolbrai_xpm[] = {
static const char * toolbrai_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 4 1",
/* colors */

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *toolchar_xpm[] = {
static const char * toolchar_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 4 1",
". c Black",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *toolchec_xpm[] = {
static const char * toolchec_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
"X c Black",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *tooldata_xpm[] = {
static const char * tooldata_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 3 1",
" c Black",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *toolgame_xpm[] = {
static const char * toolgame_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 3 1",
"X c #808080",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *toolnote_xpm[] = {
static const char * toolnote_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 5 1",
"O c Black",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *tooltime_xpm[] = {
static const char * tooltime_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 4 1",
". c Black",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *tooltodo_xpm[] = {
static const char * tooltodo_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 156 2",
"0 c #A08020",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * toolword_xpm[] = {
static const char * toolword_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 3 1",
/* colors */