diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 09:39:39 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 09:39:39 +0200 |
commit | 6aade607b8a9cb172c7434e078f0ce80558b6939 (patch) | |
tree | 1f17a9de0762eb50b36d46bce9df0d5f9568125b /scp2/source/math | |
parent | a50254968b3b0ba93204c4b80aeda89314c391c5 (diff) |
Add FriendlyTypeNames to supported types
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/registryitem_math.scp | 16 |
1 files changed, 16 insertions, 0 deletions
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; |