annotate pixmaps/protocols/oscar/wireless_icon.xpm @ 4398:a8249a5250b6
[gaim-migrate @ 4667]
Made use of the new GAIM_IS_GTK_WINDOW() and GAIM_IS_GTK_CONVERSATION()
macros.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Wed, 22 Jan 2003 23:46:59 +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 " ..... "};
|