summaryrefslogtreecommitdiffstats
path: root/scp2/source/draw
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-31 09:46:25 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-31 09:46:25 +0200
commitf449c8223a5c7cfe1b769028190b552b3e377c06 (patch)
tree917f7ea09a99f972eff288e881d8a5ef7fe0e856 /scp2/source/draw
parentAdd FriendlyTypeNames to supported types (diff)
downloadcore-f449c8223a5c7cfe1b769028190b552b3e377c06.tar.gz
core-f449c8223a5c7cfe1b769028190b552b3e377c06.zip
fix VersionNT condition for AppUserModelID
Diffstat (limited to 'scp2/source/draw')
-rw-r--r--scp2/source/draw/registryitem_draw.scp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index 1bcfd1374e56..3d780ff01460 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -289,7 +289,7 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "soffice.StarDrawDocument.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -403,7 +403,7 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "soffice.StarDrawTemplate.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -710,7 +710,7 @@ End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.DrawDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -938,7 +938,7 @@ End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.DrawTemplate.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";