r25742 - in trunk/gui/mplayer/pixmaps: MPlayer_mini.xpm about.xpm dir.xpm error.xpm file.xpm up.xpm warning.xpm
Author: reimar Date: Sun Jan 13 17:43:36 2008 New Revision: 25742 Log: Make all gui xpm bitmaps const Modified: trunk/gui/mplayer/pixmaps/MPlayer_mini.xpm trunk/gui/mplayer/pixmaps/about.xpm trunk/gui/mplayer/pixmaps/dir.xpm trunk/gui/mplayer/pixmaps/error.xpm trunk/gui/mplayer/pixmaps/file.xpm trunk/gui/mplayer/pixmaps/up.xpm trunk/gui/mplayer/pixmaps/warning.xpm Modified: trunk/gui/mplayer/pixmaps/MPlayer_mini.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/MPlayer_mini.xpm (original) +++ trunk/gui/mplayer/pixmaps/MPlayer_mini.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * MPlayer_mini_xpm[] = { +static const char * MPlayer_mini_xpm[] = { "146 121 514 2", " c None", ". c #2C2256", Modified: trunk/gui/mplayer/pixmaps/about.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/about.xpm (original) +++ trunk/gui/mplayer/pixmaps/about.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * about_xpm[] = { +static const char * about_xpm[] = { "320 170 254 2", " c None", ". c #070707", Modified: trunk/gui/mplayer/pixmaps/dir.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/dir.xpm (original) +++ trunk/gui/mplayer/pixmaps/dir.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * dir_xpm[] = { +static const char * dir_xpm[] = { "16 16 129 2", " c None", ". c #B5C7C7", Modified: trunk/gui/mplayer/pixmaps/error.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/error.xpm (original) +++ trunk/gui/mplayer/pixmaps/error.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * error_xpm[] = { +static const char * error_xpm[] = { "48 47 494 2", " c None", ". c #A56152", Modified: trunk/gui/mplayer/pixmaps/file.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/file.xpm (original) +++ trunk/gui/mplayer/pixmaps/file.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * file_xpm[] = { +static const char * file_xpm[] = { "16 16 7 1", " c None", ". c #9A9A9A", Modified: trunk/gui/mplayer/pixmaps/up.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/up.xpm (original) +++ trunk/gui/mplayer/pixmaps/up.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * up_xpm[] = { +static const char * up_xpm[] = { "16 16 93 2", " c None", ". c #000000", Modified: trunk/gui/mplayer/pixmaps/warning.xpm ============================================================================== --- trunk/gui/mplayer/pixmaps/warning.xpm (original) +++ trunk/gui/mplayer/pixmaps/warning.xpm Sun Jan 13 17:43:36 2008 @@ -1,5 +1,5 @@ /* XPM */ -static char * warning_xpm[] = { +static const char * warning_xpm[] = { "48 48 263 2", " c None", ". c #6D0000",
participants (1)
-
reimar