summaryrefslogtreecommitdiff
path: root/scp2/source/draw
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/draw
parentc452fcfb32d9265d8f2ab1cafe8d5765106ca718 (diff)
Use lowercase for the KindMap values instead of upper camel case
Diffstat (limited to 'scp2/source/draw')
-rw-r--r--scp2/source/draw/registryitem_draw.scp10
1 files changed, 5 insertions, 5 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index 73670ebc1dad..d543958494b0 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -502,7 +502,7 @@ RegistryItem gid_Regitem_std_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".std";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Sxd_PersistentHandler
@@ -581,7 +581,7 @@ RegistryItem gid_Regitem_sxd_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".sxd";
- Value = "Document";
+ Value = "document";
End
// new odg file extension
@@ -716,7 +716,7 @@ RegistryItem gid_Regitem_odg_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".odg";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell
@@ -849,7 +849,7 @@ RegistryItem gid_Regitem_fodg_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".fodg";
- Value = "Document";
+ Value = "document";
End
// new otg file extension
@@ -936,7 +936,7 @@ RegistryItem gid_Regitem_otg_KindMap
ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".otg";
- Value = "Document";
+ Value = "document";
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell