mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
* directory.xpm: Remove.
* Makefile.in: Remove directory.xpm.
This commit is contained in:
parent
25748765a2
commit
5f21d6d9f9
@ -1,3 +1,8 @@
|
||||
2001-04-30 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* directory.xpm: Remove.
|
||||
* Makefile.in: Remove directory.xpm.
|
||||
|
||||
2001-04-20 Miguel de Icaza <miguel@ximian.com>
|
||||
|
||||
* gdesktop.c (new_terminal): Use gnome_open_terminal, and do not
|
||||
|
@ -25,7 +25,6 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
PIXMAPS = \
|
||||
dev.xpm \
|
||||
link.xpm \
|
||||
directory.xpm \
|
||||
listing-list.xpm \
|
||||
listing-iconic.xpm \
|
||||
listing-custom.xpm \
|
||||
|
@ -1,22 +0,0 @@
|
||||
/* XPM */
|
||||
static char * directory_xpm[] = {
|
||||
"16 13 5 1",
|
||||
" c None",
|
||||
". c #000000000000",
|
||||
"X c #FFFFFFFFFFFF",
|
||||
"o c #FFFFFFFF79E7",
|
||||
"O c #C71BC30B0000",
|
||||
" ..... ",
|
||||
".XXXXo. ",
|
||||
".XoooOo.........",
|
||||
".XooooOXXXXXXXo.",
|
||||
".XooooooooooooO.",
|
||||
".XooooooooooooO.",
|
||||
".XooooooooooooO.",
|
||||
".XooooooooooooO.",
|
||||
".XooooooooooooO.",
|
||||
".XooooooooooooO.",
|
||||
".XooooooooooooO.",
|
||||
".oOOOOOOOOOOOOO.",
|
||||
"................"};
|
||||
|
Loading…
Reference in New Issue
Block a user