9d2b9feeb1
This fixes half a page of warnings about converting string constants to non-const char* from g++. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
33 lines
834 B
C
33 lines
834 B
C
/* XPM */
|
|
static const char *image_placeholder24x24_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"24 24 2 1",
|
|
" c #7E97A9",
|
|
". c #EBEBFF",
|
|
/* pixels */
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... "
|
|
};
|