view pixmaps/available-dnd.xpm @ 1466:1a24237f5865

[gaim-migrate @ 1476] jabber got chat and handles "not acceptable" JIDs better (e.g. you can sign on as "warmenhoven" or "warmenhoven@jabber.com" or "warmenhoven@jabber.com/GAIM", and all three act the exact same). also started to rewrite get file for TOC, but only got far enough that AIM aborts the transfer and gaim handles the stopped transfer gracefully (AIM doesn't segfault; it just doesn't do what I expect it to). other doc updates. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 03 Feb 2001 13:30:57 +0000
parents 6b0a7cea1dd1
children c172128500ec
line wrap: on
line source

/* XPM */
static char * available_dnd_xpm[] = {
"15 15 8 1",
" 	c None",
".	c #333333",
"+	c #FFFF00",
"@	c #666666",
"#	c #7F0000",
"$	c #FF0000",
"%	c #FFFFFF",
"&	c #4C4C4C",
"               ",
"      ...      ",
"     .+++.     ",
"    .+++++.    ",
"   .++@+@++.   ",
"   .+@+@+@+.   ",
"   .+@+++###   ",
"    .+@+#$$$#  ",
"    .+@#%@$@%# ",
"     .#$@%@%@$#",
"     .#$$@%@$$#",
"     &#$@%@%@$#",
"     &.#%@$@%# ",
"      ..#$$$#  ",
"         ###   "};