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:
@@ -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",
|
||||
|
@@ -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 */
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user