Mercurial > pidgin.yaz
view pixmaps/logout_menu.xpm @ 3457:222e23f91092
[gaim-migrate @ 3505]
Deryni made it so we can all log chats and IMs seperately.
He had it retain your old option--it would log both if you had
it configured that way.
I made it so that if you had logging on it will log IMs--but you'll have to
turn on logging chats manually. So if you want to log chats, turn that on.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 28 Aug 2002 05:55:48 +0000 |
parents | 8e0837d62ca0 |
children |
line wrap: on
line source
/* XPM */ static char * logout_menu_xpm[] = { /* width height num_colors chars_per_pixel */ "18 18 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 */ "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX", "XXX .XoooooooooXXX", "XXXXXXo OXXX", "XXXo.Xo ++@++@#XXX", "XXXXX$o.+%@+%@OXXX", "XXXXX&o +%@+%@#XXX", "XXX .*o @@@@@@OXXX", "XXX=X-ooo+@++@#XXX", "XXXXX=o +.@+%@#XXX", "XXXX.;o +%@+%@OXXX", "XXXoXXo +%@+%@#XXX", "XXXXXXo @@@@@@OXXX", "XXX .*#O#O#O#O#XXX", "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX"};