From 20696b2a5741fcda3b9cff5fb41da4d2688312c4 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 23 Jul 2013 21:34:06 +0200 Subject: WIP: data for the new MsiShortcutProperty installer table Change-Id: If421383abe95738b8247aebc5cf43b1eaa346c39 --- scp2/source/base/folderitem_base.scp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scp2/source/base') diff --git a/scp2/source/base/folderitem_base.scp b/scp2/source/base/folderitem_base.scp index 36e6d5a4dc9a..46901d0b32e3 100644 --- a/scp2/source/base/folderitem_base.scp +++ b/scp2/source/base/folderitem_base.scp @@ -30,4 +30,10 @@ FolderItem gid_Folderitem_Sbase Parameter = ""; ALL_LANG(Tooltip, STR_FI_TOOLTIP_BASE); End + +FolderItemProperty git_Folderitem_Sbase_AppIDProperty + ShortcutID = gid_Folderitem_Sbase; + Key = "System.AppUserModel.ID" + Value = "TheDocumentFoundation.LibreOffice.Base" +End #endif -- cgit