diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-21 23:49:49 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-21 23:51:47 +0200 |
commit | 3cd1a896d41e30294fd4113101a69432ee3cae02 (patch) | |
tree | 71eff2def95e6802efd9a251e8bfdf2607896709 /scp2/source/math | |
parent | 3d5c23f1cfeec3a9bc2f683e460e21afef728a6a (diff) |
Use Aplication User Model IDs for the native file types
Change-Id: I4941d97a8eb540bbf63320db83230707ced9f90f
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 be6354ef6e1c..5e8032958ca1 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -285,6 +285,14 @@ RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Defaulticon Value = "<progpath>\program\soffice.bin,12"; End +RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Math_Bin; + Subkey = "soffice.StarMathDocument.6"; + Name = "AppUserModelID"; + Value = "TheDocumentFoundation.LibreOffice.Math"; +End + RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Insertable ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; @@ -545,6 +553,14 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Defaulticon Value = "<progpath>\program\soffice.bin,12"; End +RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Math_Bin; + Subkey = "opendocument.MathDocument.1"; + Name = "AppUserModelID"; + Value = "TheDocumentFoundation.LibreOffice.Math"; +End + #ifdef _MSC_VER RegistryItem gid_Regitem_odf_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; |