diff options
-rwxr-xr-x | scp2/inc/macros.inc | 2 |
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 |