scp2/inc/macros.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbb3f73adec26896b1e5c371548fa3bd1ae57130
Author: Jesús Corrius <jcorr...@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 <t...@iki.fi>
    Tested-by: Tor Lillqvist <t...@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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to