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 *col_xpm[] = {
|
||||
static const char * col_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 4 1",
|
||||
"o c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * DocClosed_xpm[] = {
|
||||
static const char * DocClosed_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 4 1",
|
||||
/* colors */
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * DocOpen_xpm[] = {
|
||||
static const char * DocOpen_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"16 16 4 1",
|
||||
/* colors */
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *dsn_xpm[] = {
|
||||
static const char * dsn_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 3 1",
|
||||
". c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *dsnclose_xpm[] = {
|
||||
static const char * dsnclose_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 4 1",
|
||||
"X c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *dsnopen_xpm[] = {
|
||||
static const char * dsnopen_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 4 1",
|
||||
"X c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *FolderClosed_xpm[] = {
|
||||
static const char * FolderClosed_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 112 2",
|
||||
"r c #F7FAFD",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *FolderOpen_xpm[] = {
|
||||
static const char * FolderOpen_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 57 1",
|
||||
"u c #83A5DD",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *key_xpm[] = {
|
||||
static const char * key_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 11 1",
|
||||
"O c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *keyf_xpm[] = {
|
||||
static const char * keyf_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 12 1",
|
||||
"O c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *aLogo_xpm[] = {
|
||||
static const char * aLogo_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 44 1",
|
||||
" c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *pgmctrl_xpm[] = {
|
||||
static const char * pgmctrl_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 4 1",
|
||||
". c #FFFFFF",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *tab_xpm[] = {
|
||||
static const char * tab_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 5 1",
|
||||
". c Black",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *view_xpm[] = {
|
||||
static const char * view_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 5 1",
|
||||
" c Black",
|
||||
|
Reference in New Issue
Block a user