annotate pixmaps/wireless_icon.xpm @ 3420:bd05f8566531
[gaim-migrate @ 3442]
Latest version of setup-gettext. Fixes some of the bashisms, but not the
sed issue.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Sat, 24 Aug 2002 02:15:37 +0000 |
parents |
8b48f6843ea0 |
children |
|
rev |
line source |
3080
|
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 " ..... "};
|