]> git.sesse.net Git - vlc/commitdiff
Change the static char in the bitmap files to const static char to get rid of all...
authorDominique Leuenberger <dominique@leuenberger.net>
Sun, 6 Apr 2008 18:49:39 +0000 (21:49 +0300)
committerRafaël Carré <funman@videolan.org>
Sun, 6 Apr 2008 22:56:55 +0000 (00:56 +0200)
37 files changed:
modules/gui/wxwidgets/bitmaps/advanced.xpm
modules/gui/wxwidgets/bitmaps/audio.xpm
modules/gui/wxwidgets/bitmaps/codec.xpm
modules/gui/wxwidgets/bitmaps/edit.xpm
modules/gui/wxwidgets/bitmaps/eject.xpm
modules/gui/wxwidgets/bitmaps/fast.xpm
modules/gui/wxwidgets/bitmaps/intf.xpm
modules/gui/wxwidgets/bitmaps/loop.xpm
modules/gui/wxwidgets/bitmaps/next.xpm
modules/gui/wxwidgets/bitmaps/pause.xpm
modules/gui/wxwidgets/bitmaps/play.xpm
modules/gui/wxwidgets/bitmaps/playlist.xpm
modules/gui/wxwidgets/bitmaps/playlist_small.xpm
modules/gui/wxwidgets/bitmaps/prev.xpm
modules/gui/wxwidgets/bitmaps/repeat.xpm
modules/gui/wxwidgets/bitmaps/shuffle.xpm
modules/gui/wxwidgets/bitmaps/slow.xpm
modules/gui/wxwidgets/bitmaps/speaker.xpm
modules/gui/wxwidgets/bitmaps/speaker_mute.xpm
modules/gui/wxwidgets/bitmaps/stop.xpm
modules/gui/wxwidgets/bitmaps/trash.xpm
modules/gui/wxwidgets/bitmaps/type_afile.xpm
modules/gui/wxwidgets/bitmaps/type_card.xpm
modules/gui/wxwidgets/bitmaps/type_cdda.xpm
modules/gui/wxwidgets/bitmaps/type_directory.xpm
modules/gui/wxwidgets/bitmaps/type_disc.xpm
modules/gui/wxwidgets/bitmaps/type_net.xpm
modules/gui/wxwidgets/bitmaps/type_node.xpm
modules/gui/wxwidgets/bitmaps/type_playlist.xpm
modules/gui/wxwidgets/bitmaps/type_unknown.xpm
modules/gui/wxwidgets/bitmaps/type_vfile.xpm
modules/gui/wxwidgets/bitmaps/update_ascii.xpm
modules/gui/wxwidgets/bitmaps/update_binary.xpm
modules/gui/wxwidgets/bitmaps/update_document.xpm
modules/gui/wxwidgets/bitmaps/update_info.xpm
modules/gui/wxwidgets/bitmaps/update_source.xpm
modules/gui/wxwidgets/bitmaps/video.xpm

index 999366f61aa04b25de98b889dd66deb222670a87..94c4929b11a19559664e06d801a4ddaeb7caada1 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * advanced_xpm[] = {
+static const char * advanced_xpm[] = {
 "16 16 106 2",
 "      c None",
 ".     c #AEAEBE",
index 56cdd8dacc71073f2fa525994bebc9e7d90be5e9..dbe3537e5861b6b6675996a050398e61ed07f804 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * audio_xpm[] = {
+static const char * audio_xpm[] = {
 "16 16 83 1",
 "     c None",
 ".    c #00E000",
index afc5814bd1547f2c8c96779352c90e5f03aef3fd..eeb0579f8874f9b5509552b6e63a0726a4548b34 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * codec_xpm[] = {
+static const char * codec_xpm[] = {
 "16 16 132 2",
 "      c None",
 ".     c #131313",
index fec043a96cee72fc54eb31a7c205c2e8002a705f..79af32bc99cc7c27f6ebba7ebabc4435938809fa 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * edit_xpm[] = {
+static const char * edit_xpm[] = {
 "16 16 44 1",
 "     g None",
 ".    g #999999",
index 01eae539b97d55baf1409271efff7596ff0c1f5b..bb8cc9d21c825be7ee01449ea5da35e6f12b8601 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * eject_xpm[] = {
+static const char * eject_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 84d7f49cd30e57157eff8f7a8a3631e637279f2a..3c389856f6dfd3dd6d6d010e9cbe8ee47c939729 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * fast_xpm[] = {
+static const char * fast_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 6ac6c3d50dd406bedf6bed5c10455a5a24a4db5e..460c934501a2d5603487a510a887e2ad3d5e537a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * intf_xpm[] = {
+static const char * intf_xpm[] = {
 "16 16 216 2",
 "      c None",
 ".     c #715F39",
index 6ec2701e17b66c7529b947674966751bd67b52dd..6c7b1de7988f30df0f9ab631cac593fa6fdd1f69 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * loop_xpm[] = {
+static const char * loop_xpm[] = {
 "16 16 2 1",
 "     c None",
 ".    c #000000",
index 92e9e04e579b96bb7d442336b10ba7ee213dd094..9f97ffd4854d24ac95a56fb66b4e039fc0f3380d 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * next_xpm[] = {
+static const char * next_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 10496efeb27dee40179fbd9e08a19c0f87059d8a..ca762404dbbf15a6bd22bdd9ba4842afe938ae16 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * pause_xpm[] = {
+static const char * pause_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 508993c6a817e20c7acde90a4221880c92f6c2bf..c82e060348b9db59a09e3d2f1dae6d2335e95114 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * play_xpm[] = {
+static const char * play_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 7dbc83057af10f6fbe5d8394f11b0d783793a44a..45bede3737816cb70b6a99641eac1af757f2d879 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * playlist_xpm[] = {
+static const char * playlist_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 3534d12f9149093ba80a552c7e79f04e61808c5f..f596e7c12817addcca05732469b70ac3b5e7a773 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * playlist_small_xpm[] = {
+static const char * playlist_small_xpm[] = {
 "16 16 2 1",
 "     c None",
 ".    c #000000",
index ceaf89ead2dd48f69d53a1e71292e8f0d83db730..4295ce9bfa6f0e4d3f34ca6bb7ad03e04a0b30b9 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * prev_xpm[] = {
+static const char * prev_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index c7e3c0df7ffc11a93c1eb398d90505839e98c5c9..e049658264803d3412a667e177baf17f15e18c75 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * repeat_xpm[] = {
+static const char * repeat_xpm[] = {
 "16 16 2 1",
 "     c None",
 ".    c #000000",
index 163183b982a3c8edadc6f34eb4dc680eae128ed6..68c0a36fff8b603a028819ee0d6fed162d0007a5 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * shuffle_on_xpm[] = {
+static const char * shuffle_on_xpm[] = {
 "16 16 2 1",
 "     c None",
 ".    c #000000",
index 21b702db3a48bf760ed217fd9344b1affe629cbd..8944dde43568b414f46a7473d4b0a6989e1632c1 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * slow_xpm[] = {
+static const char * slow_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 5e806b441f1404c46229b9f676a07561ebba1829..c27aedc77bc033b394e26203e764fab74dc1e0e7 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * speaker_xpm[] = {
+static const char * speaker_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 208038d51dc14eff68f042587f4b73c6237f8b72..ee534b1a0e9c509d86c673f997806b8741fced38 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * speaker_mute_xpm[] = {
+static const char * speaker_mute_xpm[] = {
 "16 16 50 1",
 "     c None",
 ".    c #000000",
index 2f3a8ea8de2c50cc67157264c98a0fcfe3c6193c..0fc25385d780fa72bbeb9ebec42bb1fb5c08443c 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * stop_xpm[] = {
+static const char * stop_xpm[] = {
 "16 16 17 1",
 "*    c None",
 ".    c #000000",
index 4f715221726b53988c8bc0582f21793c1dad06ca..38b7e3c651d9152759a3014da1e2b474147a67a8 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * trash_xpm[] = {
+static const char * trash_xpm[] = {
 "16 16 88 1",
 "     c None",
 ".    c #2C2C2C",
index 7ee800f1513d82ce4ac10712f5a7815376ed9bd1..b8e070b664440e4ff32ee6fade4b53d5ec28bd82 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_afile_xpm[] = {
+static const char * type_afile_xpm[] = {
 "16 16 107 2",
 "      c None",
 ".     c #8F8F8F",
index 00756f961bcf148cfb7ad0f3584ed618e8073c6c..823687d2fd2875611b6bee21f63e86297be2c4a3 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_card_xpm[] = {
+static const char * type_card_xpm[] = {
 "16 16 174 2",
 "      c #FFFFFF",
 ".     c #E7E7E7",
index 85f14f1397569e3af986a474a97e423a675895ee..fe860071c35bb34fceb80dcfde4cf23088da67b1 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_cdda_xpm[] = {
+static const char * type_cdda_xpm[] = {
 "16 16 119 2",
 "      c None",
 ".     c #7E7E7E",
index 4c7c6bd1d01a821ae54adda8a6893354f2c74da8..f7c5a4c4886ae6efddf1c3cb10f2f9c509d80216 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_directory_xpm[] = {
+static const char * type_directory_xpm[] = {
 "16 16 83 1",
 "     c None",
 ".    c #3274DB",
index e198a5367a1af19e8b95ed627eb91853a2f3bf27..6686f6fc53a11eff4aa877b92c28338b7d55fad7 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_disc_xpm[] = {
+static const char * type_disc_xpm[] = {
 "16 16 91 1",
 "     c None",
 ".    c #676767",
index d4c70753772ab6ce63f8801d5e105b8359ca08e4..097db21c857a662dc657601cc6944f1030ebb9df 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_net_xpm[] = {
+static const char * type_net_xpm[] = {
 "16 16 154 2",
 "      c None",
 ".     c #667AAC",
index 4567834e1f9558c80c4f7ccb01d587525a37a702..5127431aa6687bbf333ca8213ca10b632ca68bee 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_node_xpm[] = {
+static const char * type_node_xpm[] = {
 "16 16 55 1",
 "     c None",
 ".    c #949494",
index 2041f08a65047db859c23603a9292570747b4e5e..682da6b546cd996ef0fecf0508414ed14e53d206 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_playlist_xpm[] = {
+static const char * type_playlist_xpm[] = {
 "16 16 126 2",
 "      c None",
 ".     c #959695",
index 102b51d57ab627e56706757b600f6c826424538d..97b2a8f95a5ae407cdc7fd73e1e635e32a5c7f29 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_unknown_xpm[] = {
+static const char * type_unknown_xpm[] = {
 "16 16 4 1",
 "     c None",
 ".    c #FFFFFF",
index 91105af1dd704801be8b5e664265e6743aa1be2e..63d9ef7372b186a1a98f9fe83ac606670987f6e1 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_vfile_xpm[] = {
+static const char * type_vfile_xpm[] = {
 "16 16 108 2",
 "      c None",
 ".     c #8F8F8F",
index 6c9b3f8017f8ab1168133900976485a0b2034601..57cbeac7dd51646910a5be235a4f15e915e320a3 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * update_ascii_xpm[] = {
+static const char * update_ascii_xpm[] = {
 "34 34 96 2",
 "      c None",
 ".     c #BCBCBC",
index cbd11c64384086eb9889054e7cad2b4e2e5ec077..8d8a1ca5bf13f94318a60ca27861be83ed344ea6 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * update_binary_xpm[] = {
+static const char * update_binary_xpm[] = {
 "34 34 292 2",
 "      c None",
 ".     c #BCBCBC",
index 560412758ecf1777b3cb2352040473ab77ea0ab6..9edd37b6397c8c6ad2add6e79436e7c6afb08457 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * update_document_xpm[] = {
+static const char * update_document_xpm[] = {
 "34 34 102 2",
 "      c None",
 ".     c #BCBCBC",
index cf23dfab0b41c249a09d2f52d147a871b46ecae6..316aeb21a23838cc230c5bb2fe956eb386293b9f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * update_info_xpm[] = {
+static const char * update_info_xpm[] = {
 "34 34 271 2",
 "      c None",
 ".     c #BCBCBC",
index bd64cdfa5e6e6608cb4594ff5cc04bc91df29c64..1b66a279fcd522c37a20f04980cc0a18001b040a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * update_source_xpm[] = {
+static const char * update_source_xpm[] = {
 "34 34 143 2",
 "      c None",
 ".     c #BCBCBC",
index cad17cfc384dcddbf38d1e9a64a8730d7077784b..59b313cac80c302155992bd79bcc05241eee3087 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * video_xpm[] = {
+static const char * video_xpm[] = {
 "16 16 124 2",
 "      c None",
 ".     c #FFFFFF",