From 6714fc32089ff81de554ddaee26e46ffde3acce0 Mon Sep 17 00:00:00 2001
From: jean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Date: Tue, 9 Mar 2010 16:36:02 +0000
Subject: [PATCH] Avoid warnings

---
 data/Icons/Add.xpm        | 2 +-
 data/Icons/Cancel.xpm     | 2 +-
 data/Icons/Color.xpm      | 2 +-
 data/Icons/Delete.xpm     | 2 +-
 data/Icons/Edit.xpm       | 2 +-
 data/Icons/Ok.xpm         | 2 +-
 data/Icons/Ok1.xpm        | 2 +-
 data/Icons/OkAll.xpm      | 2 +-
 data/Icons/OpenImage.xpm  | 2 +-
 data/Icons/Redo.xpm       | 2 +-
 data/Icons/Save.xpm       | 2 +-
 data/Icons/Statistics.xpm | 2 +-
 data/Icons/Undo.xpm       | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/data/Icons/Add.xpm b/data/Icons/Add.xpm
index 51ea285..098e02c 100644
--- a/data/Icons/Add.xpm
+++ b/data/Icons/Add.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Add_xpm[] = {
+static const char * Add_xpm[] = {
 "17 17 60 1",
 " 	c None",
 ".	c #79885A",
diff --git a/data/Icons/Cancel.xpm b/data/Icons/Cancel.xpm
index 0fb1127..183debb 100644
--- a/data/Icons/Cancel.xpm
+++ b/data/Icons/Cancel.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Cancel_xpm[] = {
+static const char * Cancel_xpm[] = {
 "40 40 338 2",
 "  	c None",
 ". 	c #000000",
diff --git a/data/Icons/Color.xpm b/data/Icons/Color.xpm
index af8936d..2c42a29 100644
--- a/data/Icons/Color.xpm
+++ b/data/Icons/Color.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Color_xpm[] = {
+static const char * Color_xpm[] = {
 "17 17 290 2",
 "  	c None",
 ". 	c #0707F7",
diff --git a/data/Icons/Delete.xpm b/data/Icons/Delete.xpm
index 7b5798c..7c0c90a 100644
--- a/data/Icons/Delete.xpm
+++ b/data/Icons/Delete.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Delete_xpm[] = {
+static const char * Delete_xpm[] = {
 "17 17 93 2",
 "  	c None",
 ". 	c #906462",
diff --git a/data/Icons/Edit.xpm b/data/Icons/Edit.xpm
index 926ff57..28bdb54 100644
--- a/data/Icons/Edit.xpm
+++ b/data/Icons/Edit.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Edit_xpm[] = {
+static const char * Edit_xpm[] = {
 "17 17 34 1",
 " 	c None",
 ".	c #DD8079",
diff --git a/data/Icons/Ok.xpm b/data/Icons/Ok.xpm
index 4e76169..8021701 100644
--- a/data/Icons/Ok.xpm
+++ b/data/Icons/Ok.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Ok_xpm[] = {
+static const char * Ok_xpm[] = {
 "40 40 11 1",
 " 	c None",
 ".	c #79885A",
diff --git a/data/Icons/Ok1.xpm b/data/Icons/Ok1.xpm
index b98910b..81857b0 100644
--- a/data/Icons/Ok1.xpm
+++ b/data/Icons/Ok1.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Ok1_xpm[] = {
+static const char * Ok1_xpm[] = {
 "17 17 52 1",
 " 	c None",
 ".	c #808E61",
diff --git a/data/Icons/OkAll.xpm b/data/Icons/OkAll.xpm
index 92e4ed4..7edf82d 100644
--- a/data/Icons/OkAll.xpm
+++ b/data/Icons/OkAll.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * OkAll_xpm[] = {
+static const char * OkAll_xpm[] = {
 "17 17 53 1",
 " 	c None",
 ".	c #808E61",
diff --git a/data/Icons/OpenImage.xpm b/data/Icons/OpenImage.xpm
index 39a729a..b27448e 100644
--- a/data/Icons/OpenImage.xpm
+++ b/data/Icons/OpenImage.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * OpenImage_xpm[] = {
+static const char * OpenImage_xpm[] = {
 "17 17 142 2",
 "  	c None",
 ". 	c #FCF5C5",
diff --git a/data/Icons/Redo.xpm b/data/Icons/Redo.xpm
index bf5be87..a119948 100644
--- a/data/Icons/Redo.xpm
+++ b/data/Icons/Redo.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Redo_xpm[] = {
+static const char * Redo_xpm[] = {
 "17 17 50 1",
 " 	c None",
 ".	c #627637",
diff --git a/data/Icons/Save.xpm b/data/Icons/Save.xpm
index f66f294..a4c0eb0 100644
--- a/data/Icons/Save.xpm
+++ b/data/Icons/Save.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Save_xpm[] = {
+static const char * Save_xpm[] = {
 "17 17 108 2",
 "  	c None",
 ". 	c #646464",
diff --git a/data/Icons/Statistics.xpm b/data/Icons/Statistics.xpm
index 446fbd8..235f669 100644
--- a/data/Icons/Statistics.xpm
+++ b/data/Icons/Statistics.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Statistics_xpm[] = {
+static const char * Statistics_xpm[] = {
 "17 17 100 2",
 "  	c None",
 ". 	c #C6D0A6",
diff --git a/data/Icons/Undo.xpm b/data/Icons/Undo.xpm
index 7343762..c30551a 100644
--- a/data/Icons/Undo.xpm
+++ b/data/Icons/Undo.xpm
@@ -1,5 +1,5 @@
 /* XPM */
-static char * Undo_xpm[] = {
+static const char * Undo_xpm[] = {
 "17 17 50 1",
 " 	c None",
 ".	c #697D3F",
-- 
2.49.0