view pixmaps/gnomeicu-dnd.xpm @ 2452:824e1afefdd3

[gaim-migrate @ 2465] Jim Knoble says: $ prefix=/usr $ exec_prefix='${prefix}' $ bindir='${exec_prefix}/bin' $ echo "--- bindir is ${bindir}" --- bindir is ${exec_prefix}/bin $ eval echo "--- bindir is ${bindir}" --- bindir is ${prefix}/bin $ eval eval echo "--- bindir is ${bindir}" ^^^^^^^^^^^ --- bindir is /usr/bin ^^^^^^^^^^ $ Be sure to comment that so that no one tries using any weird quotes or shell metacharacters there. Stupid shells. Where's the fvcking recursive expansion operator? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 08 Oct 2001 20:37:32 +0000
parents 16ea7a3fdbb6
children c172128500ec
line wrap: on
line source

/* XPM */
static char * icon_dnd_xpm[] = {
"15 15 16 1",
" 	c None",
".	c #C1BB7C",
"+	c #CFC395",
"@	c #D2BE94",
"#	c #A69C45",
"$	c #A49A43",
"%	c #AD9C53",
"&	c #908125",
"*	c #726751",
"=	c #867B23",
"-	c #84760E",
";	c #72660E",
">	c #7B4900",
",	c #FFFFFF",
"'	c #000000",
")	c #666666",
"       .       ",
"      +@#      ",
"      $%&      ",
"    * =-; *    ",
"   *   >   *   ",
"  *         *  ",
" *           * ",
"*,,,,,,,,,,,,,*",
"*,'',,',','',,*",
"*,',',')',',',*",
"*,',',')',',',*",
"*,'',,',','',,*",
"*,,,,,,,,,,,,,*",
"***************",
"               "};