annotate pixmaps/protocols/oscar/wireless_icon.xpm @ 3634:f292140ef008
[gaim-migrate @ 3757]
uhh yeah
committer: Tailor Script <tailor@pidgin.im>
author |
Rob Flynn <gaim@robflynn.com> |
date |
Fri, 11 Oct 2002 03:46:54 +0000 |
parents |
16f4776742af |
children |
|
rev |
line source |
3490
|
1 /* XPM */
|
|
2 static char * wireless_icon_xpm[] = {
|
|
3 "12 14 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #666666",
|
|
7 "@ c #99CCFF",
|
|
8 "# c #FF0000",
|
|
9 " . ",
|
|
10 ". .. ",
|
|
11 ". . +.+ ",
|
|
12 ". . . ",
|
|
13 " . ..... ",
|
|
14 " . .@@@@@.",
|
|
15 " .@##@@.",
|
|
16 " .@##@@.",
|
|
17 " .@@@@@.",
|
|
18 " .@@@@@.",
|
|
19 " .@@@@@.",
|
|
20 " .@@@@@.",
|
|
21 " .@@@@@.",
|
|
22 " ..... "};
|