view pixmaps/login_icon.xpm @ 5380:6508cd9624ba

[gaim-migrate @ 5756] Claudio Satriano writes: "I updated the italian gaim translation Currently it is 963/1296 sentences I hope you can commit it before 0.63 release, but I understand that today it's thursday..." and further writes: "I forgot to tell you that I checked out the last cvs snapshot, but, in order to let update.pl work, I had to remove src/protocols/msn/away.c from POTFILES.in I think I should add src/protocols/msn/state.c instead, but I didn't do it yet" so i did make the change. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 15 May 2003 19:17:48 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * login_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 14 1",
/* colors */
" 	c None",
".	c #ccccff",
"X	c #6699cc",
"o	c #336699",
"O	c #000099",
"+	c #000066",
"@	c #cccccc",
"#	c black",
"$	c #999966",
"%	c #ffff66",
"&	c #cccc99",
"*	c #996666",
"=	c #999999",
"-	c #666699",
/* pixels */
"        .XoO",
" OO+O+OOX.@+",
" O#$%$#O .&+",
" +#%%%#+ .@O",
" O#$%*#O .&O",
" O%%%%%O =@O",
" +%%%%%+ #-+",
" O$%%%$O $@O",
" +#%%%#+ .&+",
" O#%%%#O .@O",
"OOO+O+OOX.&+",
"         XoO"};