Mercurial > pidgin
view pixmaps/login_icon.xpm @ 5702:05858c215226
[gaim-migrate @ 6123]
Users should be able to register accounts for protocols that support it in
the dialog (currently only Jabber I believe?)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 03 Jun 2003 09:39:17 +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"};