summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorJesús Corrius <jcorrius@gmail.com>2013-08-22 21:31:05 +0200
committerTor Lillqvist <tml@iki.fi>2013-08-22 20:41:32 +0000
commitcbb3f73adec26896b1e5c371548fa3bd1ae57130 (patch)
treede53d46676d55f8012476d1452e565ac43b2f956 /scp2
parent1f9d1e15634b1ef1dea37dc00c7bacb4f97996d6 (diff)
I am stupid
It's not actually that I am massively stupid, it's just that I've got bad luck when it comes to thinking. This patch makes the installer create the values in the right location. Where now...? you'd better don't ask. /me goes for a brown paper bag. Change-Id: I792ba5e9a78a895d3df7dfc48d1fc7c5303ce28e Reviewed-on: https://gerrit.libreoffice.org/5587 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'scp2')
-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 75d2778c0947..ff01770a4acb 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -273,7 +273,7 @@ End
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
ComponentCondition = STRING(VersionNT >= 601); \
- Subkey = STRING(AppUserModelID); \
+ Subkey = STRING(CONCAT3(LibreOffice.,name,\AppUserModelID)); \
Value = STRING(CONCAT2(TheDocumentFoundation.LibreOffice.,doc_type)); \
End