Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-05-10 10:57:15 +0000
committerTomasz Zarna2011-05-10 10:57:15 +0000
commit03f9748921b4afe2934131b16043c464e5c4e946 (patch)
treecb18789b0078ccdf5290bd7c14fd4bf3383b55aa
parent9842baee6cb5456cd2c407c80467529e86aff87b (diff)
downloadeclipse.platform.team-03f9748921b4afe2934131b16043c464e5c4e946.tar.gz
eclipse.platform.team-03f9748921b4afe2934131b16043c464e5c4e946.tar.xz
eclipse.platform.team-03f9748921b4afe2934131b16043c464e5c4e946.zip
bug 343241: DBCS3.7 Fail to compare MS Word's docx format document files
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/plugin.xml b/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/plugin.xml
index 448715ae3..76b02ea6d 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/plugin.xml
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/plugin.xml
@@ -27,7 +27,7 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
- file-extensions="doc"
+ file-extensions="doc, docx"
id="org.eclipse.compare.wordDoc"
name="%wordDocumentContentTypeName">
</content-type>

Back to the top