[Libreoffice-commits] core.git: scp2/inc
Jesús Corrius
jcorrius at gmail.com
Thu Aug 22 13:41:55 PDT 2013
scp2/inc/macros.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cbb3f73adec26896b1e5c371548fa3bd1ae57130
Author: Jesús Corrius <jcorrius at gmail.com>
Date: Thu Aug 22 21:31:05 2013 +0200
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 at iki.fi>
Tested-by: Tor Lillqvist <tml at iki.fi>
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 75d2778..ff01770 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
More information about the Libreoffice-commits
mailing list