From c3304dad1fb05089567d20a18a02f0161e43d6f3 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Jun 2006 17:42:54 +0000 Subject: Make most of the xpm-files read 'const char*' instead of 'char*' to reflect the read-only status of the xpm-definitions. patch by Stefan Huehner stefan$$at$$huehner$$dot$$org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/pixmaps/a11.xpm | 2 +- Gui/mplayer/pixmaps/a169.xpm | 2 +- Gui/mplayer/pixmaps/a235.xpm | 2 +- Gui/mplayer/pixmaps/a43.xpm | 2 +- Gui/mplayer/pixmaps/ab.xpm | 2 +- Gui/mplayer/pixmaps/aspect.xpm | 2 +- Gui/mplayer/pixmaps/cancel.xpm | 2 +- Gui/mplayer/pixmaps/chapter.xpm | 2 +- Gui/mplayer/pixmaps/delsub.xpm | 2 +- Gui/mplayer/pixmaps/dolby.xpm | 2 +- Gui/mplayer/pixmaps/double.xpm | 2 +- Gui/mplayer/pixmaps/dvd.xpm | 2 +- Gui/mplayer/pixmaps/empty.xpm | 2 +- Gui/mplayer/pixmaps/empty1px.xpm | 2 +- Gui/mplayer/pixmaps/eq.xpm | 2 +- Gui/mplayer/pixmaps/exit.xpm | 2 +- Gui/mplayer/pixmaps/file2.xpm | 2 +- Gui/mplayer/pixmaps/fs.xpm | 2 +- Gui/mplayer/pixmaps/half.xpm | 2 +- Gui/mplayer/pixmaps/icon.xpm | 2 +- Gui/mplayer/pixmaps/loadeaf.xpm | 2 +- Gui/mplayer/pixmaps/logo.xpm | 2 +- Gui/mplayer/pixmaps/mplayer-desktop.xpm | 2 +- Gui/mplayer/pixmaps/next.xpm | 2 +- Gui/mplayer/pixmaps/normal.xpm | 2 +- Gui/mplayer/pixmaps/ok.xpm | 2 +- Gui/mplayer/pixmaps/open.xpm | 2 +- Gui/mplayer/pixmaps/pause.xpm | 2 +- Gui/mplayer/pixmaps/pl.xpm | 2 +- Gui/mplayer/pixmaps/play.xpm | 2 +- Gui/mplayer/pixmaps/playdvd.xpm | 2 +- Gui/mplayer/pixmaps/playvcd.xpm | 2 +- Gui/mplayer/pixmaps/prefs.xpm | 2 +- Gui/mplayer/pixmaps/prev.xpm | 2 +- Gui/mplayer/pixmaps/question.xpm | 2 +- Gui/mplayer/pixmaps/skin.xpm | 2 +- Gui/mplayer/pixmaps/sound.xpm | 2 +- Gui/mplayer/pixmaps/stop.xpm | 2 +- Gui/mplayer/pixmaps/stop2.xpm | 2 +- Gui/mplayer/pixmaps/sub.xpm | 2 +- Gui/mplayer/pixmaps/title.xpm | 2 +- Gui/mplayer/pixmaps/tongue.xpm | 2 +- Gui/mplayer/pixmaps/tonguebla.xpm | 2 +- Gui/mplayer/pixmaps/url.xpm | 2 +- Gui/mplayer/pixmaps/vcd.xpm | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) (limited to 'Gui/mplayer') diff --git a/Gui/mplayer/pixmaps/a11.xpm b/Gui/mplayer/pixmaps/a11.xpm index b136a5a54e..dfc31ab1b5 100644 --- a/Gui/mplayer/pixmaps/a11.xpm +++ b/Gui/mplayer/pixmaps/a11.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * a11_xpm[] = { +static const char * a11_xpm[] = { "18 16 3 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/a169.xpm b/Gui/mplayer/pixmaps/a169.xpm index 2b71ca8562..c59ebb4258 100644 --- a/Gui/mplayer/pixmaps/a169.xpm +++ b/Gui/mplayer/pixmaps/a169.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * a169_xpm[] = { +static const char * a169_xpm[] = { "18 16 3 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/a235.xpm b/Gui/mplayer/pixmaps/a235.xpm index 268f75cef8..01b8a23094 100644 --- a/Gui/mplayer/pixmaps/a235.xpm +++ b/Gui/mplayer/pixmaps/a235.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * a235_xpm[] = { +static const char * a235_xpm[] = { "18 16 3 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/a43.xpm b/Gui/mplayer/pixmaps/a43.xpm index 5d77affa1c..f634c4af01 100644 --- a/Gui/mplayer/pixmaps/a43.xpm +++ b/Gui/mplayer/pixmaps/a43.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * a43_xpm[] = { +static const char * a43_xpm[] = { "18 16 3 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/ab.xpm b/Gui/mplayer/pixmaps/ab.xpm index a0d39a6f60..4e70ed3257 100644 --- a/Gui/mplayer/pixmaps/ab.xpm +++ b/Gui/mplayer/pixmaps/ab.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * ab_xpm[] = { +static const char * ab_xpm[] = { "16 16 15 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/aspect.xpm b/Gui/mplayer/pixmaps/aspect.xpm index 4ccec75fcb..ad07d86e33 100644 --- a/Gui/mplayer/pixmaps/aspect.xpm +++ b/Gui/mplayer/pixmaps/aspect.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * aspect_xpm[] = { +static const char * aspect_xpm[] = { "16 16 3 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/cancel.xpm b/Gui/mplayer/pixmaps/cancel.xpm index e217194c9c..1dd78b19b1 100644 --- a/Gui/mplayer/pixmaps/cancel.xpm +++ b/Gui/mplayer/pixmaps/cancel.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cancel_xpm[] = { +static const char * cancel_xpm[] = { "55 16 120 2", " c None", ". c #786663", diff --git a/Gui/mplayer/pixmaps/chapter.xpm b/Gui/mplayer/pixmaps/chapter.xpm index a855bef3c3..b64294fe8a 100644 --- a/Gui/mplayer/pixmaps/chapter.xpm +++ b/Gui/mplayer/pixmaps/chapter.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * chapter_xpm[] = { +static const char * chapter_xpm[] = { "16 16 4 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/delsub.xpm b/Gui/mplayer/pixmaps/delsub.xpm index b552f46a52..dd29baa406 100644 --- a/Gui/mplayer/pixmaps/delsub.xpm +++ b/Gui/mplayer/pixmaps/delsub.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * delsub_xpm[] = { +static const char * delsub_xpm[] = { "16 16 3 1", " c None", ". c #CD0909", diff --git a/Gui/mplayer/pixmaps/dolby.xpm b/Gui/mplayer/pixmaps/dolby.xpm index 084ae4f93e..baef72e5e3 100644 --- a/Gui/mplayer/pixmaps/dolby.xpm +++ b/Gui/mplayer/pixmaps/dolby.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * dolby_xpm[] = { +static const char * dolby_xpm[] = { "16 11 9 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/double.xpm b/Gui/mplayer/pixmaps/double.xpm index ded99c55fc..bb3664de99 100644 --- a/Gui/mplayer/pixmaps/double.xpm +++ b/Gui/mplayer/pixmaps/double.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * double_xpm[] = { +static const char * double_xpm[] = { "16 16 132 2", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/dvd.xpm b/Gui/mplayer/pixmaps/dvd.xpm index b0facc0fae..c95631ac9e 100644 --- a/Gui/mplayer/pixmaps/dvd.xpm +++ b/Gui/mplayer/pixmaps/dvd.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * dvd_xpm[] = { +static const char * dvd_xpm[] = { "16 16 110 2", " c None", ". c #CACCD2", diff --git a/Gui/mplayer/pixmaps/empty.xpm b/Gui/mplayer/pixmaps/empty.xpm index 2827e1a31e..9cff92d2f4 100644 --- a/Gui/mplayer/pixmaps/empty.xpm +++ b/Gui/mplayer/pixmaps/empty.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * empty_xpm[] = { +static const char * empty_xpm[] = { "16 16 1 1", " c None", " ", diff --git a/Gui/mplayer/pixmaps/empty1px.xpm b/Gui/mplayer/pixmaps/empty1px.xpm index 8bd4cb9393..2132efb1f2 100644 --- a/Gui/mplayer/pixmaps/empty1px.xpm +++ b/Gui/mplayer/pixmaps/empty1px.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * empty1px_xpm[] = { +static const char * empty1px_xpm[] = { "1 1 1 1", " c None", " "}; diff --git a/Gui/mplayer/pixmaps/eq.xpm b/Gui/mplayer/pixmaps/eq.xpm index c651382854..7c712a9c76 100644 --- a/Gui/mplayer/pixmaps/eq.xpm +++ b/Gui/mplayer/pixmaps/eq.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * eq_xpm[] = { +static const char * eq_xpm[] = { "16 16 16 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/exit.xpm b/Gui/mplayer/pixmaps/exit.xpm index 4336fd0593..30d8236717 100644 --- a/Gui/mplayer/pixmaps/exit.xpm +++ b/Gui/mplayer/pixmaps/exit.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * exit_xpm[] = { +static const char * exit_xpm[] = { "16 16 63 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/file2.xpm b/Gui/mplayer/pixmaps/file2.xpm index 11e84bfa31..8d2e83c733 100644 --- a/Gui/mplayer/pixmaps/file2.xpm +++ b/Gui/mplayer/pixmaps/file2.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * file2_xpm[] = { +static const char * file2_xpm[] = { "16 16 8 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/fs.xpm b/Gui/mplayer/pixmaps/fs.xpm index 6c4db59c16..e0034f95ef 100644 --- a/Gui/mplayer/pixmaps/fs.xpm +++ b/Gui/mplayer/pixmaps/fs.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * fs_xpm[] = { +static const char * fs_xpm[] = { "16 16 90 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/half.xpm b/Gui/mplayer/pixmaps/half.xpm index 483625dd54..65f32310d8 100644 --- a/Gui/mplayer/pixmaps/half.xpm +++ b/Gui/mplayer/pixmaps/half.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * half_xpm[] = { +static const char * half_xpm[] = { "16 16 125 2", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/icon.xpm b/Gui/mplayer/pixmaps/icon.xpm index 775724bf87..afec9dced4 100644 --- a/Gui/mplayer/pixmaps/icon.xpm +++ b/Gui/mplayer/pixmaps/icon.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * icon_xpm[] = { +static const char * icon_xpm[] = { "64 64 256 2", " c None", ". c #060606", diff --git a/Gui/mplayer/pixmaps/loadeaf.xpm b/Gui/mplayer/pixmaps/loadeaf.xpm index 4beab0aa8c..c4a5ca3b79 100644 --- a/Gui/mplayer/pixmaps/loadeaf.xpm +++ b/Gui/mplayer/pixmaps/loadeaf.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * loadeaf_xpm[] = { +static const char * loadeaf_xpm[] = { "16 16 132 2", " c None", ". c #5C5C5C", diff --git a/Gui/mplayer/pixmaps/logo.xpm b/Gui/mplayer/pixmaps/logo.xpm index 1b0b0faead..3483145fe1 100644 --- a/Gui/mplayer/pixmaps/logo.xpm +++ b/Gui/mplayer/pixmaps/logo.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * logo_xpm[] = { +static const char * logo_xpm[] = { "101 83 1141 2", " c None", ". c #9094BB", diff --git a/Gui/mplayer/pixmaps/mplayer-desktop.xpm b/Gui/mplayer/pixmaps/mplayer-desktop.xpm index 2ba50f3def..64b06e56ec 100644 --- a/Gui/mplayer/pixmaps/mplayer-desktop.xpm +++ b/Gui/mplayer/pixmaps/mplayer-desktop.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * mplayer_desktop_xpm[] = { +static const char * mplayer_desktop_xpm[] = { "47 39 107 2", " c None", ". c #6D619F", diff --git a/Gui/mplayer/pixmaps/next.xpm b/Gui/mplayer/pixmaps/next.xpm index c1a875bee8..48c7229790 100644 --- a/Gui/mplayer/pixmaps/next.xpm +++ b/Gui/mplayer/pixmaps/next.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * next_xpm[] = { +static const char * next_xpm[] = { "16 16 60 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/normal.xpm b/Gui/mplayer/pixmaps/normal.xpm index e28e4d24b6..af904c0003 100644 --- a/Gui/mplayer/pixmaps/normal.xpm +++ b/Gui/mplayer/pixmaps/normal.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * normal_xpm[] = { +static const char * normal_xpm[] = { "16 16 111 2", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/ok.xpm b/Gui/mplayer/pixmaps/ok.xpm index 29e229d14a..2ec7a0efdf 100644 --- a/Gui/mplayer/pixmaps/ok.xpm +++ b/Gui/mplayer/pixmaps/ok.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * ok_xpm[] = { +static const char * ok_xpm[] = { "37 16 5 1", " c None", ". c #3539EC", diff --git a/Gui/mplayer/pixmaps/open.xpm b/Gui/mplayer/pixmaps/open.xpm index a4feb37333..51af00ed88 100644 --- a/Gui/mplayer/pixmaps/open.xpm +++ b/Gui/mplayer/pixmaps/open.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * open_xpm[] = { +static const char * open_xpm[] = { "16 16 64 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/pause.xpm b/Gui/mplayer/pixmaps/pause.xpm index b01c39ab56..37d6560191 100644 --- a/Gui/mplayer/pixmaps/pause.xpm +++ b/Gui/mplayer/pixmaps/pause.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * pause_xpm[] = { +static const char * pause_xpm[] = { "16 16 29 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/pl.xpm b/Gui/mplayer/pixmaps/pl.xpm index 7c9af8a5a5..25cdb4d0fd 100644 --- a/Gui/mplayer/pixmaps/pl.xpm +++ b/Gui/mplayer/pixmaps/pl.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * pl_xpm[] = { +static const char * pl_xpm[] = { "16 16 7 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/play.xpm b/Gui/mplayer/pixmaps/play.xpm index 6ea4ea815f..aafc0a554e 100644 --- a/Gui/mplayer/pixmaps/play.xpm +++ b/Gui/mplayer/pixmaps/play.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * play_xpm[] = { +static const char * play_xpm[] = { "16 16 37 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/playdvd.xpm b/Gui/mplayer/pixmaps/playdvd.xpm index 7cb1cb92e7..0d18933d0d 100644 --- a/Gui/mplayer/pixmaps/playdvd.xpm +++ b/Gui/mplayer/pixmaps/playdvd.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * playdvd_xpm[] = { +static const char * playdvd_xpm[] = { "16 16 118 2", " c None", ". c #CACCD2", diff --git a/Gui/mplayer/pixmaps/playvcd.xpm b/Gui/mplayer/pixmaps/playvcd.xpm index 7fc6461569..63a993ee4b 100644 --- a/Gui/mplayer/pixmaps/playvcd.xpm +++ b/Gui/mplayer/pixmaps/playvcd.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * playvcd_xpm[] = { +static const char * playvcd_xpm[] = { "16 16 182 2", " c None", ". c #CC9665", diff --git a/Gui/mplayer/pixmaps/prefs.xpm b/Gui/mplayer/pixmaps/prefs.xpm index 3e44a4e52d..09813c8904 100644 --- a/Gui/mplayer/pixmaps/prefs.xpm +++ b/Gui/mplayer/pixmaps/prefs.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * prefs_xpm[] = { +static const char * prefs_xpm[] = { "16 16 50 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/prev.xpm b/Gui/mplayer/pixmaps/prev.xpm index dba0a5ae0a..f46a833448 100644 --- a/Gui/mplayer/pixmaps/prev.xpm +++ b/Gui/mplayer/pixmaps/prev.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * prev_xpm[] = { +static const char * prev_xpm[] = { "16 16 58 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/question.xpm b/Gui/mplayer/pixmaps/question.xpm index c6b3ec09d1..089deb37a1 100644 --- a/Gui/mplayer/pixmaps/question.xpm +++ b/Gui/mplayer/pixmaps/question.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * question_xpm[] = { +static const char * question_xpm[] = { "48 48 284 2", " c None", ". c #9B4C3A", diff --git a/Gui/mplayer/pixmaps/skin.xpm b/Gui/mplayer/pixmaps/skin.xpm index 59c4c3ffae..e71f1cae02 100644 --- a/Gui/mplayer/pixmaps/skin.xpm +++ b/Gui/mplayer/pixmaps/skin.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * skin_xpm[] = { +static const char * skin_xpm[] = { "16 16 162 2", " c None", ". c #DBA97F", diff --git a/Gui/mplayer/pixmaps/sound.xpm b/Gui/mplayer/pixmaps/sound.xpm index 49c90aa9c7..78cfb3367e 100644 --- a/Gui/mplayer/pixmaps/sound.xpm +++ b/Gui/mplayer/pixmaps/sound.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * sound_xpm[] = { +static const char * sound_xpm[] = { "16 16 121 2", " c None", ". c #939CA9", diff --git a/Gui/mplayer/pixmaps/stop.xpm b/Gui/mplayer/pixmaps/stop.xpm index 37a450b0eb..da0dfb459f 100644 --- a/Gui/mplayer/pixmaps/stop.xpm +++ b/Gui/mplayer/pixmaps/stop.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * stop_xpm[] = { +static const char * stop_xpm[] = { "48 48 203 2", " c None", ". c #5A5A5A", diff --git a/Gui/mplayer/pixmaps/stop2.xpm b/Gui/mplayer/pixmaps/stop2.xpm index aa0da9d0ea..c41476012b 100644 --- a/Gui/mplayer/pixmaps/stop2.xpm +++ b/Gui/mplayer/pixmaps/stop2.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * stop2_xpm[] = { +static const char * stop2_xpm[] = { "16 16 29 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/sub.xpm b/Gui/mplayer/pixmaps/sub.xpm index 4b1beaaf58..dedcbe5f79 100644 --- a/Gui/mplayer/pixmaps/sub.xpm +++ b/Gui/mplayer/pixmaps/sub.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * sub_xpm[] = { +static const char * sub_xpm[] = { "16 16 2 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/title.xpm b/Gui/mplayer/pixmaps/title.xpm index 2ebc10b717..1923389d59 100644 --- a/Gui/mplayer/pixmaps/title.xpm +++ b/Gui/mplayer/pixmaps/title.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * title_xpm[] = { +static const char * title_xpm[] = { "16 16 4 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/tongue.xpm b/Gui/mplayer/pixmaps/tongue.xpm index 53ae3ec925..1597855527 100644 --- a/Gui/mplayer/pixmaps/tongue.xpm +++ b/Gui/mplayer/pixmaps/tongue.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * tongue_xpm[] = { +static const char * tongue_xpm[] = { "16 16 150 2", " c None", ". c #FC151B", diff --git a/Gui/mplayer/pixmaps/tonguebla.xpm b/Gui/mplayer/pixmaps/tonguebla.xpm index 6af2ec1378..f70db0b78b 100644 --- a/Gui/mplayer/pixmaps/tonguebla.xpm +++ b/Gui/mplayer/pixmaps/tonguebla.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * tonguebla_xpm[] = { +static const char * tonguebla_xpm[] = { "16 16 137 2", " c None", ". c #FC151B", diff --git a/Gui/mplayer/pixmaps/url.xpm b/Gui/mplayer/pixmaps/url.xpm index 4e02c85812..fe47d25692 100644 --- a/Gui/mplayer/pixmaps/url.xpm +++ b/Gui/mplayer/pixmaps/url.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * url_xpm[] = { +static const char * url_xpm[] = { "16 16 2 1", " c None", ". c #000000", diff --git a/Gui/mplayer/pixmaps/vcd.xpm b/Gui/mplayer/pixmaps/vcd.xpm index e9fb12579a..c547e5a736 100644 --- a/Gui/mplayer/pixmaps/vcd.xpm +++ b/Gui/mplayer/pixmaps/vcd.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * vcd_xpm[] = { +static const char * vcd_xpm[] = { "16 16 160 2", " c None", ". c #CC9665", -- cgit v1.2.3