diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-23 21:34:06 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-24 14:41:16 +0200 |
commit | 20696b2a5741fcda3b9cff5fb41da4d2688312c4 (patch) | |
tree | bbfb829ad513ef8eeb3951ab66f920a08538414a /scp2/source/writer | |
parent | d5624bb08d4d7f6afbbdf9e8f10478f9d77342a7 (diff) |
WIP: data for the new MsiShortcutProperty installer table
Change-Id: If421383abe95738b8247aebc5cf43b1eaa346c39
Diffstat (limited to 'scp2/source/writer')
-rw-r--r-- | scp2/source/writer/folderitem_writer.scp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/source/writer/folderitem_writer.scp b/scp2/source/writer/folderitem_writer.scp index 8efb9762fb2b..85e764b2f9d7 100644 --- a/scp2/source/writer/folderitem_writer.scp +++ b/scp2/source/writer/folderitem_writer.scp @@ -30,4 +30,10 @@ FolderItem gid_Folderitem_Swriter Parameter = ""; ALL_LANG(Tooltip, STR_FI_TOOLTIP_WRITER); End + +FolderItemProperty git_Folderitem_Swriter_AppIDProperty + ShortcutID = gid_Folderitem_Swriter; + Key = "System.AppUserModel.ID" + Value = "TheDocumentFoundation.LibreOffice.Writer" +End #endif |