view etc/images/sort-row-ascending.xpm @ 74039:c00ab73bb294

* textmodes/org.el (org-fix-decoded-time): New function. (org-display-custom-time): Use `org-fix-decoded-time'.
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 17 Nov 2006 16:06:50 +0000
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_row_ascending_xpm[] = {
"21 17 2 1",
" 	c None",
".	c #000000",
"                     ",
"                     ",
"                     ",
"                     ",
"  ...         ....   ",
" . ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..         .....  ",
"   ..            ..  ",
"   ..        .   ..  ",
" ..... . . . .....   ",
"                     ",
"                     ",
"                     ",
"                     ",
"                     "};