aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--image/expert_chat.xpm2
-rw-r--r--image/expert_error.xpm2
-rw-r--r--image/expert_none.xpm2
-rw-r--r--image/expert_note.xpm2
-rw-r--r--image/expert_warn.xpm2
5 files changed, 5 insertions, 5 deletions
diff --git a/image/expert_chat.xpm b/image/expert_chat.xpm
index a81fdbf211..f5e929c257 100644
--- a/image/expert_chat.xpm
+++ b/image/expert_chat.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_chat_xpm[] = {
+static const char * expert_chat_xpm[] = {
"10 10 46 1",
" c None",
". c #2E2E2E",
diff --git a/image/expert_error.xpm b/image/expert_error.xpm
index 1b3f2d6f97..1b73e05ed6 100644
--- a/image/expert_error.xpm
+++ b/image/expert_error.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_error_xpm[] = {
+static const char * expert_error_xpm[] = {
"10 10 54 1",
" c None",
". c #3E1717",
diff --git a/image/expert_none.xpm b/image/expert_none.xpm
index e88f82b4d6..4d5c9ce898 100644
--- a/image/expert_none.xpm
+++ b/image/expert_none.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_none_xpm[] = {
+static const char * expert_none_xpm[] = {
"10 10 2 1",
" c None",
". c #000000",
diff --git a/image/expert_note.xpm b/image/expert_note.xpm
index 95e83312d6..d885c24046 100644
--- a/image/expert_note.xpm
+++ b/image/expert_note.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_note_xpm[] = {
+static const char * expert_note_xpm[] = {
"10 10 52 1",
" c None",
". c #23393E",
diff --git a/image/expert_warn.xpm b/image/expert_warn.xpm
index 939f147c13..909881b086 100644
--- a/image/expert_warn.xpm
+++ b/image/expert_warn.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_warn_xpm[] = {
+static const char * expert_warn_xpm[] = {
"10 10 55 1",
" c None",
". c #41411A",