annotate pixmaps/strike.xpm @ 1147:65e0608e19f7

[gaim-migrate @ 1157] I think toc is mostly working, i tested it remotely. Oscar is somewhat working; switching between options doesn't force you offline anymore, so that's good. adding and removing doesn't force you offline either. another plus. but i'm not sure it always recognizes the changes on the server side. hey, that's what you get with a protocol where the only thing you know about it is what you see on the wire. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Nov 2000 13:47:33 +0000
parents b4071be71eb4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 /* XPM */
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 static char * strike_xpm[] = {
795
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
3 "15 13 2 1",
1
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 " c None",
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ". c #000000",
773
267ed2b889ee [gaim-migrate @ 783]
Rob Flynn <gaim@robflynn.com>
parents: 1
diff changeset
6 " ",
795
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
7 " ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
8 " .... . ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
9 " .. .. ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
10 " .. . ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
11 " ... ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
12 " ............. ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
13 " ... ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
14 " . .. ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
15 " .. .. ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
16 " . .... ",
b4071be71eb4 [gaim-migrate @ 805]
Rob Flynn <gaim@robflynn.com>
parents: 773
diff changeset
17 " ",
773
267ed2b889ee [gaim-migrate @ 783]
Rob Flynn <gaim@robflynn.com>
parents: 1
diff changeset
18 " "};