Ticket #1686: 07_use_default_images_viewer.patch
File 07_use_default_images_viewer.patch, 558 bytes (added by zaytsev, 15 years ago) |
---|
-
misc/mc.ext.in
Comment: use mailcap entry to choose the images viewer bug: #544058 Author: Andreas Tille <tillea@rki.de>
old new 379 379 View=sxpm %f 380 380 381 381 include/image 382 Open= if [ "$DISPLAY" = "" ]; then zgv %f; else (gqview %f &); fi382 Open=(see %f &) 383 383 View=%view{ascii} identify %f 384 384 #View=%view{ascii} asciiview %f 385 385