Make xpm strings const to squelch compiler warnings on Unix.

svn path=/trunk/; revision=24779
This commit is contained in:
Stephen Fisher 2008-04-05 00:33:21 +00:00
parent ee7e528117
commit deb0feb343
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char * expert_chat_xpm[] = {
static const char * expert_chat_xpm[] = {
"10 10 43 1",
" c None",
". c #383838",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * expert_error_xpm[] = {
static const char * expert_error_xpm[] = {
"10 10 55 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * expert_none_xpm[] = {
static const char * expert_none_xpm[] = {
"10 10 3 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * expert_note_xpm[] = {
static const char * expert_note_xpm[] = {
"10 10 55 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * expert_warn_xpm[] = {
static const char * expert_warn_xpm[] = {
"10 10 55 1",
" c None",
". c #000000",