2000-04-07 Miguel de Icaza <miguel@gnu.org> * message-list.c (states_pixmaps): Add more beautiful art from Miggue, the Diego Rivera of the next millenium. (message_list_init_header): Use the beautiful art. * pixmaps: Miguel rediscovers the "transparent" concept. svn path=/trunk/; revision=2335
22 lines
406 B
C
22 lines
406 B
C
/* XPM */
|
|
static char * attachment_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" .. ",
|
|
" . . . ",
|
|
" . . .. ",
|
|
" . . . ",
|
|
" . . . ",
|
|
" . . . ",
|
|
" . . . ",
|
|
" . . . ",
|
|
" . . ",
|
|
" . . ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. ",
|
|
" ",
|
|
" "};
|