view pixmaps/status-here.xpm @ 4437:f5c6e33b1013

[gaim-migrate @ 4712] Daniel Jelinski (dejot) writes: "Buddy list is stored on server in charset CP1250. It was not converted to UTF-8 during importing. The new code handles this conversion. This can probably solve bug# 658163." and paco thinks it at least won't hurt anything. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 27 Jan 2003 22:27:02 +0000
parents 182fbac488c0
children
line wrap: on
line source

/* XPM */
static char * status_here_xpm[] = {
"12 12 10 1",
"       c None",
".      c #C0C0C0",
"+      c #000000",
"@      c #808000",
"#      c #FFFF00",
"$      c #FFFFFF",
"%      c #000080",
"&      c #808080",
"*      c #800000",
"=      c #FF0000",
"  ..++@@..  ",
" .++####@@. ",
".+##$$$$#$@.",
".+#$$$####@.",
"+#$$%$#%$##@",
"+#$.&..&.##@",
"+##########@",
"+##*####=##@",
".+##*==*##@.",
".+########@.",
" .++#$$#@@. ",
"  ..+++@..  "};