
2000-10-02 Iain Holmes <iain@helixcode.com> * e-msg-composer-attachment-bar.c: If the description of an attachment is a blank string, revert to displaying the filename. 2000-10-01 Iain Holmes <iain@helixcode.com> * e-icon-list.c: If you try to add an icon from a file that doesn't exist put a "Broken icon" image. * bad-icon.xpm: Broken icon image. svn path=/trunk/; revision=5652
54 lines
2.5 KiB
C
54 lines
2.5 KiB
C
/* XPM */
|
|
static char * bad_icon_xpm[] = {
|
|
"48 48 2 1",
|
|
" g None",
|
|
". g #000000",
|
|
"................................................",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". .. .",
|
|
". .. .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". . . .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
". .",
|
|
"................................................"};
|