aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2012-11-03 02:11:13 +0100
committerJorge Ruesga <jorge@ruesga.com>2012-11-03 02:11:13 +0100
commit371a63762b0ad4fac0082186b597b0ccf2533ac5 (patch)
treeb5c3dcf48492151d375f01d71be1853333bea782 /res/raw
parentc409789a27a2e0fa7572d4b8cd1acffd7b8975f0 (diff)
downloadandroid_packages_apps_CMFileManager-371a63762b0ad4fac0082186b597b0ccf2533ac5.tar.gz
android_packages_apps_CMFileManager-371a63762b0ad4fac0082186b597b0ccf2533ac5.tar.bz2
android_packages_apps_CMFileManager-371a63762b0ad4fac0082186b597b0ccf2533ac5.zip
CMFileManager: Fix invalid mime/type drawables
The odp and ods mime/types has invalid references to drawables Change-Id: I22dfafd845d49d06e76d9a6748a60c3313618504
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/mime_types.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index 7f69517e..1ec6a61c 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -109,8 +109,8 @@ fdf = DOCUMENT | application/vnd.fdf
pdf = DOCUMENT | application/pdf | fso_type_pdf
ppt = DOCUMENT | application/vnd.ms-powerpoint | fso_type_presentation
pptx = DOCUMENT | application/vnd.openxmlformats-officedocument.presentationml.presentation | fso_type_presentation
-odp = DOCUMENT | application/vnd.oasis.opendocument.presentation | fso_type_presemtation
-ods = DOCUMENT | application/vnd.oasis.opendocument.spreadsheet | fso_type_spreedsheet
+odp = DOCUMENT | application/vnd.oasis.opendocument.presentation | fso_type_presentation
+ods = DOCUMENT | application/vnd.oasis.opendocument.spreadsheet | fso_type_spreadsheet
odt = DOCUMENT | application/vnd.oasis.opendocument.text | fso_type_document
rtf = DOCUMENT | application/rtf | fso_type_document
xls = DOCUMENT | application/vnd.ms-excel | fso_type_spreadsheet