* lib/mc.ext.in: Use gqview instead of ee for images. ee seems

to be is obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
This commit is contained in:
Pavel Roskin 2004-04-02 07:22:18 +00:00
parent 49bcfac068
commit 3738fbba68
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-02 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Use gqview instead of ee for images. ee seems
to be is obsolete. Suggested by Marcel Pol <mpol@gmx.net>
2004-01-22 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.

View File

@ -221,7 +221,7 @@ shell/.xpm
View=sxpm %f
include/image
Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi
Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (gqview %f &); fi
View=%view{ascii} identify %f
#View=%view{ascii} asciiview %f