view gui/ui/pixmaps/about.xpm @ 33925:162828e38481

Replace data type CARD32 by long. On the client side, properties of format 32 will be stored as long, even if it has more than 32 bits on the platform. This reverts r33610.
author ib
date Fri, 26 Aug 2011 09:46:42 +0000
parents f4a32f67fee7
children 0705ebc1bede
line wrap: on
line source

/* XPM */
static const char * const about_xpm[] = {
"16 16 15 1",
" 	c None",
".	c #000000",
"+	c #EEF63E",
"@	c #EAF13D",
"#	c #F0F83F",
"$	c #CBD235",
"%	c #E9F03D",
"&	c #E5EC3C",
"*	c #E8F03D",
"=	c #ABB02D",
"-	c #ECF33E",
";	c #EFF73F",
">	c #CED636",
",	c #B4BA2F",
"'	c #CDD435",
"                ",
"                ",
"                ",
"                ",
"        .       ",
"       .+.      ",
"     ..@#$..    ",
"    .######%.   ",
"     .####&.    ",
"     .*###=.    ",
"     .#-.;>.    ",
"     .,. .'.    ",
"      .   .     ",
"                ",
"                ",
"                "};