summaryrefslogtreecommitdiff
path: root/scp2/source/calc
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/calc
parentc452fcfb32d9265d8f2ab1cafe8d5765106ca718 (diff)
Use lowercase for the KindMap values instead of upper camel case
Diffstat (limited to 'scp2/source/calc')
-rw-r--r--scp2/source/calc/registryitem_calc.scp10
1 files changed, 5 insertions, 5 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp
index 6bcd1ce60a4a..209a9a5f4695 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -530,7 +530,7 @@ RegistryItem gid_Regitem_stc_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".stc";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Sxc_Contenttype
@@ -581,7 +581,7 @@ RegistryItem gid_Regitem_sxc_KindMap
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".sxc";
- Value = "Document";
+ Value = "document";
End
// new ods file extension
@@ -716,7 +716,7 @@ RegistryItem gid_Regitem_ods_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".ods";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Insertable
@@ -849,7 +849,7 @@ RegistryItem gid_Regitem_fods_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".fods";
- Value = "Document";
+ Value = "document";
End
// new ots file extension
@@ -936,7 +936,7 @@ RegistryItem gid_Regitem_ots_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".ots";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell