mirror of https://github.com/MidnightCommander/mc
Update for OpenOffice and StarOffice viewer.
odt2txt is now used. Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
parent
6c64add7c1
commit
8bc0e27a54
|
@ -1,3 +1,8 @@
|
|||
|
||||
2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
|
||||
* lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
|
||||
odt2txt is now used
|
||||
|
||||
2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich <slyfox@inbox.ru>
|
||||
|
||||
* src/file.c: Added trailing dir separator for default path in copy/move dialogs.
|
||||
|
|
|
@ -445,7 +445,7 @@ shell/.sdw
|
|||
# StarOffice 6 and OpenOffice.org formats
|
||||
regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
|
||||
Open=(ooffice %f &)
|
||||
View=%view{ascii} unzip -p %f content.xml | o3totxt
|
||||
View=%view{ascii} odt2txt %f
|
||||
|
||||
# AbiWord
|
||||
shell/.abw
|
||||
|
|
Loading…
Reference in New Issue