summaryrefslogtreecommitdiff
path: root/scp2/source/impress
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/impress
parent80cbf517a671b5225c8b3033729d30f5cf721e06 (diff)
Register Kind Names for supported file types for Windows Vista and higher
Diffstat (limited to 'scp2/source/impress')
-rw-r--r--scp2/source/impress/registryitem_impress.scp40
1 files changed, 40 insertions, 0 deletions
diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp
index e9352f1540f0..f18cbab7efc6 100644
--- a/scp2/source/impress/registryitem_impress.scp
+++ b/scp2/source/impress/registryitem_impress.scp
@@ -492,6 +492,14 @@ RegistryItem gid_Regitem_sti_FullDetails
End
#endif
+RegistryItem gid_Regitem_sti_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Impress_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".sti";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Sxi_PersistentHandler
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
@@ -562,6 +570,14 @@ RegistryItem gid_Regitem_sxi_FullDetails
End
#endif
+RegistryItem gid_Regitem_sxi_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Impress_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".sxi";
+ Value = "Document";
+End
+
// new odp file extension
RegistryItem gid_Regitem_Odp_PersistentHandler
@@ -680,6 +696,14 @@ RegistryItem gid_Regitem_odp_FullDetails
End
#endif
+RegistryItem gid_Regitem_odp_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Impress_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".odp";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
@@ -818,6 +842,14 @@ RegistryItem gid_Regitem_Fodp_Contenttype
Value = "application/vnd.oasis.opendocument.presentation";
End
+RegistryItem gid_Regitem_fodp_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Impress_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".fodp";
+ Value = "Document";
+End
+
// new otp file extension
RegistryItem gid_Regitem_Otp_PersistentHandler
@@ -887,6 +919,14 @@ RegistryItem gid_Regitem_otp_FullDetails
End
#endif
+RegistryItem gid_Regitem_otp_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Impress_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".otp";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = "opendocument.ImpressTemplate.1\shell";