summaryrefslogtreecommitdiff
path: root/scp2/inc
diff options
context:
space:
mode:
authorJesús Corrius <jcorrius@gmail.com>2013-08-13 12:47:06 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-08-13 14:53:01 +0000
commit9b6e7e72ebd6a9b308fd012b242cd29152407faa (patch)
tree39a33419db01b2fd0a0e0828fa9f2fd0aa7b14ef /scp2/inc
parenta052d850a6536317bf2983a1892738f53f4862bf (diff)
AppUserModelIDs registry entries are useful only on Windows7+
Change-Id: Ia17608d603434fa244c056bf711ce4951644246e Reviewed-on: https://gerrit.libreoffice.org/5385 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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