view etc/images/sort-row-ascending.xpm @ 108978:580a6ea34172

Fix bug #6409. window.c (syms_of_window): Doc fix (bug#6409).
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Jun 2010 14:30:48 +0300
parents ed7704221f2b
children
line wrap: on
line source

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