Mercurial > pidgin
view pixmaps/logout_icon.xpm @ 4012:ab6c48a07fd6
[gaim-migrate @ 4212]
Fixed this filename madness. Robot101 is going to fix arts and nas and send
me a patch whilst I eat dinner. Herman (or Rob) you'll want to fix the win32
stuff accordingly, I presume.
This is not the end of the world.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 28 Nov 2002 02:03:38 +0000 |
parents | 2846a03bda67 |
children |
line wrap: on
line source
/* XPM */ static char * logout_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 15 1", /* colors */ " c #cccccc", ". c #999999", "X c None", "o c black", "O c #000066", "+ c #996666", "@ c white", "# c #000099", "$ c #666699", "% c #ffff99", "& c #6666cc", "* c #336699", "= c #333366", "- c #333399", "; c #333333", /* pixels */ " .Xooooooooo", "XXXo O", "o.Xo ++@++@#", "XX$o.+%@+%@O", "XX&o +%@+%@#", " .*o @@@@@@O", "=X-ooo+@++@#", "XX=o +.@+%@#", "X.;o +%@+%@O", "oXXo +%@+%@#", "XXXo @@@@@@O", " .*#O#O#O#O#"};