updated: [19716b7] Update for OpenOffice and StarOffice viewer.
Mikhail S. Pobolovets
styx.mp at gmail.com
Thu Jan 29 20:19:46 UTC 2009
The following commit has been merged in the mc-4.6 branch:
commit 19716b790a00f20411b537bf0278dca6cae856e1
Author: Mikhail S. Pobolovets <styx.mp at gmail.com>
Date: Thu Jan 29 21:00:35 2009 +0200
Update for OpenOffice and StarOffice viewer.
odt2txt is now used.
Signed-off-by: Mikhail S. Pobolovets <styx.mp at gmail.com>
diff --git a/ChangeLog b/ChangeLog
index e1cfb07..04c1af1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+
+2009-01-29 Mikhail S. Pobolovets <styx.mp at gmail.com>
+ * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
+ odt2txt is now used
+
2009-01-29 Patrick Winnertz <winnie at debian.org> & Sergei Trofimovich <slyfox at inbox.ru>
* src/file.c: Added trailing dir separator for default path in copy/move dialogs.
diff --git a/lib/mc.ext.in b/lib/mc.ext.in
index ba975ed..1f86157 100644
--- a/lib/mc.ext.in
+++ b/lib/mc.ext.in
@@ -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
--
Midnight Commander Development
More information about the mc-devel
mailing list