summaryrefslogtreecommitdiffstats
path: root/scp2/source/draw
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-21 23:49:49 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-21 23:51:47 +0200
commit3cd1a896d41e30294fd4113101a69432ee3cae02 (patch)
tree71eff2def95e6802efd9a251e8bfdf2607896709 /scp2/source/draw
parentMSI: remove always true LaunchCondition (diff)
downloadcore-3cd1a896d41e30294fd4113101a69432ee3cae02.tar.gz
core-3cd1a896d41e30294fd4113101a69432ee3cae02.zip
Use Aplication User Model IDs for the native file types
Change-Id: I4941d97a8eb540bbf63320db83230707ced9f90f
Diffstat (limited to 'scp2/source/draw')
-rw-r--r--scp2/source/draw/registryitem_draw.scp32
1 files changed, 32 insertions, 0 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index 5357146a00ae..c461a4f91c02 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -286,6 +286,14 @@ RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Defaulticon
Value = "<progpath>\program\soffice.bin,5";
End
+RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Draw_Bin;
+ Subkey = "soffice.StarDrawDocument.6";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Draw";
+End
+
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
@@ -383,6 +391,14 @@ RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Defaulticon
Value = "<progpath>\program\soffice.bin,6";
End
+RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Draw_Bin;
+ Subkey = "soffice.StarDrawTemplate.6";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Draw";
+End
+
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = "soffice.StarDrawTemplate.6\shell";
@@ -671,6 +687,14 @@ RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Defaulticon
Value = "<progpath>\program\soffice.bin,5";
End
+RegistryItem gid_Regitem_Openoffice_Drawdocument_1_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Draw_Bin;
+ Subkey = "opendocument.DrawDocument.1";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Draw";
+End
+
#ifdef _MSC_VER
RegistryItem gid_Regitem_odg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -880,6 +904,14 @@ RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Defaulticon
Value = "<progpath>\program\soffice.bin,6";
End
+RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Draw_Bin;
+ Subkey = "opendocument.DrawTemplate.1";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Draw";
+End
+
#ifdef _MSC_VER
RegistryItem gid_Regitem_otg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;