summaryrefslogtreecommitdiff
path: root/scp2/inc
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/inc')
-rwxr-xr-xscp2/inc/macros.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 25e0f41199f4..6a4b19a8d6a5 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -239,7 +239,7 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,AppUserModelID) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- ComponentCondition = "VersionNT >= 600"; \
+ ComponentCondition = "VersionNT >= 601"; \
Subkey = STRING(AppUserModelID); \
Value = STRING(CONCAT2(TheDocumentFoundation.LibreOffice.,doc_type)); \
End