summaryrefslogtreecommitdiff
path: root/scp2/source/math
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-21 12:27:36 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-21 12:28:05 +0200
commit93a90946576202435d87e92a8a542c606baac97f (patch)
tree1a9ff6a030dd85c7f28d1dc665672162d9d3f695 /scp2/source/math
parent80cbf517a671b5225c8b3033729d30f5cf721e06 (diff)
Register Kind Names for supported file types for Windows Vista and higher
Diffstat (limited to 'scp2/source/math')
-rw-r--r--scp2/source/math/registryitem_math.scp16
1 files changed, 16 insertions, 0 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index f61c32598e1a..be6354ef6e1c 100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -438,6 +438,14 @@ RegistryItem gid_Regitem_sxm_FullDetails
End
#endif
+RegistryItem gid_Regitem_sxm_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Math_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".sxm";
+ Value = "Document";
+End
+
// new odf file extension
RegistryItem gid_Regitem_Odf_PersistentHandler
@@ -547,6 +555,14 @@ RegistryItem gid_Regitem_odf_FullDetails
End
#endif
+RegistryItem gid_Regitem_odf_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Math_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".odf";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;