[Libreoffice-commits] core.git: scp2/inc

Jesús Corrius jcorrius at gmail.com
Thu Aug 22 23:20:42 PDT 2013


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

New commits:
commit 1982c3fd674f7a7c4b59e82e565af048c9e7387a
Author: Jesús Corrius <jcorrius at gmail.com>
Date:   Fri Aug 23 07:49:07 2013 +0200

    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 at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index ff01770..cb4924b 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
 


More information about the Libreoffice-commits mailing list