]> git.sesse.net Git - vlc/commitdiff
Another set of missing consts
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 2 Sep 2007 07:28:08 +0000 (07:28 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 2 Sep 2007 07:28:08 +0000 (07:28 +0000)
14 files changed:
modules/gui/qt4/pixmaps/advanced.xpm
modules/gui/qt4/pixmaps/audio.xpm
modules/gui/qt4/pixmaps/codec.xpm
modules/gui/qt4/pixmaps/intf.xpm
modules/gui/qt4/pixmaps/type_card.xpm
modules/gui/qt4/pixmaps/type_cdda.xpm
modules/gui/qt4/pixmaps/type_directory.xpm
modules/gui/qt4/pixmaps/type_disc.xpm
modules/gui/qt4/pixmaps/type_file.xpm
modules/gui/qt4/pixmaps/type_net.xpm
modules/gui/qt4/pixmaps/type_node.xpm
modules/gui/qt4/pixmaps/type_playlist.xpm
modules/gui/qt4/pixmaps/type_unknown.xpm
modules/gui/qt4/pixmaps/video.xpm

index 4f48bbee8d2ed1c6b18f0258ebdbb75410c5bb77..6fd5d498eb133abbc2ca0ddd4304b42361d56abf 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * advanced_xpm[] = {
+static const char *const advanced_xpm[] = {
 "16 16 106 2",
 "      c None",
 ".     c #AEAEBE",
index 722b8ea82423bb7b8113721f6190063853e196d0..d02a6d19645fffeba5f55001e146f8d945c34127 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * audio_xpm[] = {
+static const char *const audio_xpm[] = {
 "16 16 83 1",
 "      c None",
 ".     c #00E000",
index d2db76a13d8b191dc6ad4441fd085a57afcd9a51..d3a31e78b9ea32f737f629ed27c931eb25f0b1a9 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * codec_xpm[] = {
+static const char *const codec_xpm[] = {
 "16 16 132 2",
 "      c None",
 ".     c #131313",
index c5828e86d70e10d506d2560f5ba9f961b79ef218..e1478aebcf7710f6a83eb4dfbfc7ae59d546ebe1 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * intf_xpm[] = {
+static const char *const intf_xpm[] = {
 "16 16 216 2",
 "      c None",
 ".     c #715F39",
index cad99016edecd085fa885107d4f3c459c137dc00..5db4385779be1bfa463d220d6316212ca23cbbf3 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_card_xpm[] = {
+static const char *const type_card_xpm[] = {
 "16 16 174 2",
 "      c #FFFFFF",
 ".     c #E7E7E7",
index e2fafab6da62e194999656b1ce1eeb80b6f3b05c..07ecacfbdeda8d22b70566de11dd9a142cb69d9d 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_cdda_xpm[] = {
+static const char *const type_cdda_xpm[] = {
 "16 16 119 2",
 "      c None",
 ".     c #7E7E7E",
index e7f65c64530b53e1063cb770d8f53d87546913ff..0c002181f8722f6796ca9aa3c6ab0b10d97fe706 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_directory_xpm[] = {
+static const char *const type_directory_xpm[] = {
 "16 16 83 1",
 "      c None",
 ".     c #3274DB",
index 6dd1a4e4be3289ce5d636a6e6e01edfd6c5e553e..acc57ca7f0f505d0a8f28879cb9ca30469cb506c 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_disc_xpm[] = {
+static const char *const type_disc_xpm[] = {
 "16 16 91 1",
 "      c None",
 ".     c #676767",
index f97167509e4ac75260eda8056f6c234adb00e0c5..850eecf0ca4c0190013366c4ad09eab7eddebb47 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_file_xpm[] = {
+static const char *const type_file_xpm[] = {
 "16 16 108 2",
 "      c None",
 ".     c #8F8F8F",
index 6c38e4a89df83f363326e8cd6f2af7b99df369b7..d27aebb2bb56417a18139d64015dd6b47b621200 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_net_xpm[] = {
+static const char *const type_net_xpm[] = {
 "16 16 154 2",
 "      c None",
 ".     c #667AAC",
index 8046649ec50ad5647f72fec8727069922b3d2b7e..f39b7e329307cc9157f520721636b634f1847573 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_node_xpm[] = {
+static const char *const type_node_xpm[] = {
 "16 16 55 1",
 "      c None",
 ".     c #949494",
index e05fdec2c7dcc302453ede90d47f5d9335e035f1..8447261b73e1689c8196978aed17cb8265f5b47b 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_playlist_xpm[] = {
+static const char *const type_playlist_xpm[] = {
 "16 16 126 2",
 "      c None",
 ".     c #959695",
index e57ff2f20ddc4f0f042630ade0716d78e9c87907..7b198af575f823ab80c341552b97694af41eb2a8 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * type_unknown_xpm[] = {
+static const char *const type_unknown_xpm[] = {
 "16 16 4 1",
 "      c None",
 ".     c #FFFFFF",
index 91ef2325c62a74e3045b244c3af94d9d08be3505..a14e064c3bc01339edc4b0f6d9cba592d0c08fd4 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * video_xpm[] = {
+static const char *const video_xpm[] = {
 "16 16 124 2",
 "      c None",
 ".     c #FFFFFF",