view pixmaps/tongue.xpm @ 3252:0f8e4835d938

[gaim-migrate @ 3270] Eliminated memory leaks resulting from the way pop-up menus are used. Removed a couple variables that were no longer used and should have been removed when SIGCHLD changes were made. committer: Tailor Script <tailor@pidgin.im>
author Jim Seymour <jseymour>
date Wed, 15 May 2002 02:28:01 +0000
parents 213da352c0a8
children
line wrap: on
line source

/* XPM */
static char * tongue_xpm[] = {
"19 19 7 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #333300",
"$	c #FF0000",
"%	c #CC9900",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@@.@@@@@.@@@+. ",
" .@@@...@@@...@@@. ",
".+@@@...@@@...@@@+.",
".@@@@...@@@...@@@@.",
".@@@@...@@@...@@@@.",
".@@@@@.@@@@@.@@@@@.",
".@@#@@@@@@@@@@@#@@.",
".@#+#@@@@@@@@@#+#@.",
".+@@@#@@@@@@@#@@@+.",
" .@@@@#######$%@@. ",
" .+@@@@@@@$$$$$@+. ",
"  .@@@@@@@@$$$@@.  ",
"   .+@@@@@@@@@+.   ",
"    ..+@@@@@+..    ",
"      .......      "};