view pixmaps/think.xpm @ 3726:d85208a99af2

[gaim-migrate @ 3862] (12:18:46) Robot101: it switches the .desktop file to the new KDE/GNOME common vfolder format (12:18:48) Robot101: and location (12:19:01) Robot101: and it moves a function from util.c to aim.c and makes it static (12:19:08) Robot101: because it's only used by the main window and removes a function herman #ifdef 0'ed, and fixes a segfault in the docklet. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 17 Oct 2002 16:25:54 +0000
parents 230b022108f4
children
line wrap: on
line source

/* XPM */
static char * think_xpm[] = {
"19 19 11 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #333333",
"$	c #666600",
"%	c #FFFFFF",
"&	c #666666",
"*	c #999900",
"=	c #CCCC33",
"-	c #333300",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@.@@@.@@+.   ",
"  .@@@.@@@@@.@@@.  ",
" .+@..##@@@##..@+. ",
" .@.$%%#@@&%%*$@@. ",
".+@@&%..@@&%..@@@+.",
".@@@+...@@=#..@@@@.",
".@@@@@+@@@@@+@@@@@.",
".@@@@@@@@@@@@@@.@@.",
".@@@@@@@@@@@@...@@.",
".@@@@@@@@$-.-@@@@@.",
".+@@@@$..@@@@@@@@+.",
" .@@..@@@@@@@@@@@. ",
" .+@@@@@@@@@@@@@+. ",
"  .@@@@@@@@@@@@@.  ",
"   .+@@@@@@@@@+.   ",
"    ..+@@@@@+..    ",
"      .......      "};