mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
8cf1c5a442
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 57) - Copy/update icons from Gnus trunk
23 lines
525 B
C
23 lines
525 B
C
/* XPM */
|
|
static char * stock_sort_row_ascending_xpm[] = {
|
|
"21 17 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ... .... ",
|
|
" . .. .. .. ",
|
|
" .. .. .. ",
|
|
" .. .. .. ",
|
|
" .. ..... ",
|
|
" .. .. ",
|
|
" .. . .. ",
|
|
" ..... . . . ..... ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|