annotate pixmaps/no_icon.xpm @ 3470:2f8f4f1dac98
[gaim-migrate @ 3521]
Thanks Faceprint.
committer: Tailor Script <tailor@pidgin.im>
author |
Sean Egan <seanegan@gmail.com> |
date |
Thu, 29 Aug 2002 18:18:41 +0000 (2002-08-29) |
parents |
2846a03bda67 |
children |
|
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * no_icon_xpm[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 "12 12 1 1",
|
|
5 /* colors */
|
|
6 " c None",
|
|
7 /* pixels */
|
|
8 " ",
|
|
9 " ",
|
|
10 " ",
|
|
11 " ",
|
|
12 " ",
|
|
13 " ",
|
|
14 " ",
|
|
15 " ",
|
|
16 " ",
|
|
17 " ",
|
|
18 " ",
|
|
19 " "};
|