summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorJesús Corrius <jcorrius@gmail.com>2013-08-23 07:49:07 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-08-23 06:20:18 +0000
commit1982c3fd674f7a7c4b59e82e565af048c9e7387a (patch)
tree489bb4e6ec2f01f24ca872d82ea4849f541eb185 /scp2
parentc958c4ed117a46889afc59ae52502b7262c9ea5c (diff)
now really create the key in the right place
sigh... Change-Id: I6d55da7b6e7fc1c6a9573aa05f9045388edf3684 Reviewed-on: https://gerrit.libreoffice.org/5589 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/inc/macros.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index ff01770a4acb..cb4924b34b75 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -273,7 +273,8 @@ End
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
ComponentCondition = STRING(VersionNT >= 601); \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\AppUserModelID)); \
+ Subkey = STRING(CONCAT2(LibreOffice.,name)); \
+ Name = STRING(AppUserModelID); \
Value = STRING(CONCAT2(TheDocumentFoundation.LibreOffice.,doc_type)); \
End