Mercurial > pidgin
annotate pixmaps/protocols/msn/msn_flower.xpm @ 3493:4b204c262376
[gaim-migrate @ 3553]
Rob committed some bug fixes to gtk1-stable, but not to HEAD. now his computer
is acting up again, so i'm making the corresponding commits to HEAD. this
should help with yahoo i18n, segfaults on jabber, a problem in gaimrc, and
word wrapping on new mail notification.
Modified Files:
ChangeLog src/gaim.h src/gaimrc.c src/prpl.c
src/protocols/msn/msn.c src/protocols/yahoo/yahoo.c
----------------------------------------------------------------------
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 10 Sep 2002 15:31:34 +0000 |
parents | 7e35f9ffa81f |
children |
rev | line source |
---|---|
3035 | 1 /* XPM */ |
2 static char * msn_flower[] = { | |
3052 | 3 "21 21 18 1", |
3035 | 4 " c None", |
5 ". c #CC5A3E", | |
6 "+ c #B54F37", | |
7 "@ c #DF856C", | |
8 "# c #A93623", | |
9 "$ c #E96C46", | |
10 "% c #FCC3A4", | |
11 "& c #F5592E", | |
12 "* c #F87B52", | |
13 "= c #EA3923", | |
14 "- c #FAB089", | |
15 "; c #A87066", | |
16 "> c #B1B1B1", | |
17 ", c #396B4C", | |
18 "' c #89716A", | |
19 ") c #5D7069", | |
20 "! c #4A794A", | |
21 "~ c #999899", | |
3087 | 22 " ", |
23 " . . + ", | |
24 " @#+$++# ", | |
25 " %&.*=.$ ", | |
26 " -.$$=+$ ", | |
27 " $=$*=.. ", | |
28 " ;*.=.$+ ", | |
29 " #+++#> ", | |
30 " ,'> ", | |
31 " , ", | |
32 " ,, , ", | |
33 " ))!,,, ", | |
34 " ,,, , ", | |
35 " , , )) ", | |
36 " ,,,,,) ", | |
37 " )~!,, ", | |
38 " )>, ", | |
39 " ) ", | |
40 " ", | |
41 " ", | |
42 " "}; |