From 6aade607b8a9cb172c7434e078f0ce80558b6939 Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Thu, 31 May 2012 09:39:39 +0200 Subject: Add FriendlyTypeNames to supported types --- scp2/source/math/registryitem_math.scp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'scp2/source/math') diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index 0978152dca28..44709eabe38b 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -294,6 +294,14 @@ RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Math"; End +RegistryItem gid_Regitem_Soffice_Starmathdocument_6_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Math_Bin; + Subkey = "soffice.StarMathDocument.6"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(SO60_FORMULA) +End + RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Insertable ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; @@ -564,6 +572,14 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Math"; End +RegistryItem gid_Regitem_Openoffice_Mathdocument_1_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Math_Bin; + Subkey = "opendocument.MathDocument.1"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(OO_FORMULA) +End + #ifdef _MSC_VER RegistryItem gid_Regitem_odf_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; -- cgit