Ticket #2645: improve djvu support.

Open of djvu files with 'djv' extension.
View action for djvu with text layer.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
ctmp1 2012-01-04 11:56:00 +03:00 committed by Andrew Borodin
parent e3d249a995
commit 57f0240522

View File

@ -566,8 +566,9 @@ regex/\.([Tt][Ee][Xx])$
Include=editor Include=editor
# DjVu # DjVu
regex/\.(djvu|DJVU)$ regex/\.(djvu?|DJVU?)$
Open=djview %f & Open=djview %f &
View=%view{ascii} djvused -e print-pure-txt %f
### Miscellaneous ### ### Miscellaneous ###