summaryrefslogtreecommitdiff
path: root/scp2/source/math
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/math
parent6aade607b8a9cb172c7434e078f0ce80558b6939 (diff)
fix VersionNT condition for AppUserModelID
Diffstat (limited to 'scp2/source/math')
-rw-r--r--scp2/source/math/registryitem_math.scp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index 44709eabe38b..bf840c65436f 100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -288,7 +288,7 @@ End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "soffice.StarMathDocument.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Math";
@@ -566,7 +566,7 @@ End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.MathDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Math";