Files
evolution/widgets/table/arrow-down.xpm
Christopher James Lahey 917d28e2df Fixed some warnings.
2000-04-27  Christopher James Lahey  <clahey@helixcode.com>

	* arrow-down.xpm, arrow-up.xpm, e-cell-text.c, e-cell-toggle.c,
	e-table-col.c, e-table-config.c, e-table-header-item.c: Fixed some
	warnings.

svn path=/trunk/; revision=2659
2000-04-27 17:18:51 +00:00

22 lines
364 B
C

/* XPM */
static const char * arrow_down_xpm[] = {
"13 16 2 1",
" c None",
". c #FF0000",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
".............",
" ........... ",
" ......... ",
" ....... ",
" ..... ",
" ... ",
" . "};