mc/gnome/listing-brief-list.xpm
Jonathan Blandford d6016ea709 1999-01-02 Jonathan Blandford <jrb@redhat.com>
* gcmd.c (gnome_sort_cmd): pretified
        (gnome_select_all_cmd): New command -- selects all files (in
        theory).

        * glayout.c: rearrange the edit menu some.


        * gscreen.c (x_create_panel): new icon view icons -- brief and
        custom.
1999-01-02 22:06:00 +00:00

23 lines
477 B
C

/* XPM */
static char * listing_brief_list_xpm[] = {
"19 16 3 1",
" c None",
". c #000000",
"+ c #FFFF00",
" ",
" ... ",
" .+... . ",
" .+++. . ",
" ..... ..... ... ",
" ",
" ... ",
" .+... . ",
" .+++. . ",
" ..... ..... ... ",
" ",
" ... ",
" .+... . ",
" .+++. . ",
" ..... ..... ... ",
" "};