The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit bb8a909dac074e4b794272d194ebe5468f11f8c7
Author: Richard Heck <[email protected]>
Date:   Thu May 10 16:01:42 2012 -0400

    Add lo* converters for libreoffice. Fixes #8148.

diff --git a/lib/configure.py b/lib/configure.py
index 9b2d3f6..2379b35 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -590,11 +590,11 @@ def checkFormatEntries(dtl_tools):
     checkViewerEditor('Noteedit', ['noteedit'],
         rc_entry = [r'\Format noteedit   not     Noteedit               "" 
"%%"        "%%"    "vector"        ""'])
     #
-    checkViewerEditor('an OpenDocument/OpenOffice viewer', ['libreoffice', 
'lwriter', 'swriter', 'oowriter', 'abiword'],
+    checkViewerEditor('an OpenDocument/OpenOffice viewer', ['libreoffice', 
'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],
         rc_entry = [r'''\Format odt        odt     OpenDocument           "" 
"%%"      "%%"    "document,vector,menu=export"   
"application/vnd.oasis.opendocument.text"
 \Format sxw        sxw    "OpenOffice.Org (sxw)"  "" ""        ""      
"document,vector"       "application/vnd.sun.xml.writer"'''])
     #
-    checkViewerEditor('a Rich Text and Word viewer', ['libreoffice', 
'lwriter', 'swriter', 'oowriter', 'abiword'],
+    checkViewerEditor('a Rich Text and Word viewer', ['libreoffice', 
'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],
         rc_entry = [r'''\Format rtf        rtf    "Rich Text Format"      "" 
"%%"      "%%"    "document,vector,menu=export"   "application/rtf"
 \Format word       doc    "MS Word"               W  "%%"      "%%"    
"document,vector,menu=export"   "application/msword"'''])
     #

-----------------------------------------------------------------------

Summary of changes:
 lib/configure.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to