mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-07 23:53:09 +03:00
* lib/mc.ext.in: Don't use "-dump" option with "links".
From David Martin <dmartina@excite.com>
This commit is contained in:
parent
fe14f738a7
commit
bfec8a5fe7
@ -1,3 +1,8 @@
|
|||||||
|
2002-10-14 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.ext.in: Don't use "-dump" option with "links".
|
||||||
|
From David Martin <dmartina@excite.com>
|
||||||
|
|
||||||
2002-10-13 Pavel Roskin <proski@gnu.org>
|
2002-10-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc.hint*: Remove all references to "-1" - hints file is no
|
* lib/mc.hint*: Remove all references to "-1" - hints file is no
|
||||||
|
@ -298,7 +298,7 @@ type/^PDF
|
|||||||
# html
|
# html
|
||||||
regex/\.([Hh]tml?|HTML?)$
|
regex/\.([Hh]tml?|HTML?)$
|
||||||
Open=if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) >/dev/null 2>&1; else links %f 2>/dev/null || lynx -force_html %f; fi
|
Open=if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) >/dev/null 2>&1; else links %f 2>/dev/null || lynx -force_html %f; fi
|
||||||
View=%view{ascii} links -dump %f 2>/dev/null || lynx -dump -force_html %f
|
View=%view{ascii} links %f 2>/dev/null || lynx -dump -force_html %f
|
||||||
|
|
||||||
# StarOffice 5.2
|
# StarOffice 5.2
|
||||||
shell/.sdw
|
shell/.sdw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user