view pixmaps/smile.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 230b022108f4
children
line wrap: on
line source

/* XPM */
static char * smile_xpm[] = {
"19 19 7 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #666600",
"$	c #999900",
"%	c #FF3300",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@@.@@@@@.@@@+. ",
" .@@@...@@@...@@@. ",
".+@@@...@@@...@@@+.",
".@@@@...@@@...@@@@.",
".@@@@@.@@@@@.@@@@@.",
".@@@@@@@@@@@@@@@@@.",
".@@@.@@@@@@@@@.@@@.",
".@@.#@@@@@@@@@#.@@.",
".+@@@.+@@@@@+.@@@+.",
" .@@@@..$$$..@@@@. ",
" .+@@@@.%%%.@@@@+. ",
"  .@@@@@...@@@@@.  ",
"   .+@@@@@@@@@+.   ",
"    ..+@@@@@+..    ",
"      .......      "};