aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-09 06:07:06 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-09 06:07:06 +0000
commit75fc454c1c7aa8cb80741d5c52a2f8dea4045069 (patch)
tree0446ddcd8e7dd44a671546d206c8ddba548b0469 /image
parentb6c168413fa6cc6b8694ff2f21ad14fe7d6dce1d (diff)
Make expert xpm strings const to avoid warning/error on Unix
svn path=/trunk/; revision=24863
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 eb0c9a54b7..209a793607 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[] = {
"14 14 71 1",
" c None",
". c #191919",
diff --git a/image/expert_error.xpm b/image/expert_error.xpm
index e5554fd400..914b8399ba 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[] = {
"14 14 95 2",
" c None",
". c #1D1111",
diff --git a/image/expert_none.xpm b/image/expert_none.xpm
index a64dd019c4..82e1109391 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[] = {
"14 14 2 1",
" c None",
". c #000000",
diff --git a/image/expert_note.xpm b/image/expert_note.xpm
index f234fdc037..d1e1e82df1 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[] = {
"14 14 98 2",
" c None",
". c #131F1F",
diff --git a/image/expert_warn.xpm b/image/expert_warn.xpm
index 5b76a3505a..b820a8665e 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[] = {
"14 14 98 2",
" c None",
". c #1F1F13",