summaryrefslogtreecommitdiffstats
path: root/scp2/source/math
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-22 13:34:13 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-22 13:35:12 +0200
commit8521ad498e6214f4194171e2f47f73fda73808c1 (patch)
tree4bca6223b8d74f036998b2577a2d6c35ffcd8c81 /scp2/source/math
parent-Werror=unused-parameter (diff)
downloadcore-8521ad498e6214f4194171e2f47f73fda73808c1.tar.gz
core-8521ad498e6214f4194171e2f47f73fda73808c1.zip
Use lowercase for the KindMap values instead of upper camel case
Diffstat (limited to 'scp2/source/math')
-rw-r--r--scp2/source/math/registryitem_math.scp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index 8fb43753a2db..0978152dca28 100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -453,7 +453,7 @@ RegistryItem gid_Regitem_sxm_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".sxm";
- Value = "Document";
+ Value = "document";
End
// new odf file extension
@@ -580,7 +580,7 @@ RegistryItem gid_Regitem_odf_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".odf";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Insertable