mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
8cf1c5a442
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 57) - Copy/update icons from Gnus trunk
30 lines
775 B
C
30 lines
775 B
C
/* XPM */
|
|
static char * stock_sort_column_ascending_xpm[] = {
|
|
"24 24 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ... ",
|
|
" . .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" ..... . ",
|
|
" ",
|
|
" . ",
|
|
" ",
|
|
" . ",
|
|
" .... ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" ..... ",
|
|
" .. ",
|
|
" . ... ",
|
|
" ..... ",
|
|
" ",
|
|
" "};
|