aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-08 06:00:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-08 06:00:02 +0000
commite463cd81c18df50cce93d4e4bad287333934bbc9 (patch)
tree77c11a8ac9be3801484bb606302453e16155c0a1 /image
parenteac1cb14768cf0b9bd58b4269af4b7c6c1a8aa1b (diff)
prevent unix compilation problems, use "static const char"
svn path=/trunk/; revision=24844
Diffstat (limited to 'image')
-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",