[gnumeric] Fix extensions of supported ODF files. [#635111]



commit 2c5d6d9ce5cd052ebf7d3d31571932de8769d286
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Wed Nov 17 14:41:02 2010 -0700

    Fix extensions of supported ODF files. [#635111]
    
    2010-11-17  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* plugin.xml.in: we are supporting ots not odt files. [#635111]

 NEWS                             |    1 +
 plugins/openoffice/ChangeLog     |    4 ++++
 plugins/openoffice/plugin.xml.in |    2 +-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1e0c2f..a4123b8 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ Andreas:
 	* Improve the sc import.
 	* Fix button sensitivity in sort dialog. [#632999]
 	* Fix ODF export of files with large formatted sheets. [#634135]
+	* Fix extensions of supported ODF files. [#635111]
 
 Hans de Goede:
 	* Fix import of dib format images in XLS. [#553098]
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 9450790..ff6ed76 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-17  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* plugin.xml.in: we are supporting ots not odt files. [#635111]
+	
 2010-11-05  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-write.c (odf_write_sheet): get the correct extent
diff --git a/plugins/openoffice/plugin.xml.in b/plugins/openoffice/plugin.xml.in
index 22dedee..e9e9429 100644
--- a/plugins/openoffice/plugin.xml.in
+++ b/plugins/openoffice/plugin.xml.in
@@ -14,7 +14,7 @@
 			</information>
 			<suffixes>
 				<suffix>ods</suffix>
-				<suffix>odt</suffix>
+				<suffix>ots</suffix>
 				<suffix>sxc</suffix>
 				<suffix>stc</suffix>
 			</suffixes>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]