diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-22 13:34:13 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-22 13:35:12 +0200 |
commit | 8521ad498e6214f4194171e2f47f73fda73808c1 (patch) | |
tree | 4bca6223b8d74f036998b2577a2d6c35ffcd8c81 /scp2/source/math | |
parent | c452fcfb32d9265d8f2ab1cafe8d5765106ca718 (diff) |
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.scp | 4 |
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 |