[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - scp2/source
Andras Timar
andras.timar at collabora.com
Tue May 30 08:35:32 UTC 2017
scp2/source/ooo/folderitem_ooo.scp | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
New commits:
commit 126e48d81cf46b295a1a4398e216bb4ebad07a27
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue May 30 10:34:53 2017 +0200
Removing line from Shortcut table causes error with MSP patch
Change-Id: Icdbdead756031be8ed3fac9f5a330d15c37ee6eb
diff --git a/scp2/source/ooo/folderitem_ooo.scp b/scp2/source/ooo/folderitem_ooo.scp
index ff8a371354da..3c0423bbb54f 100644
--- a/scp2/source/ooo/folderitem_ooo.scp
+++ b/scp2/source/ooo/folderitem_ooo.scp
@@ -65,3 +65,26 @@ FolderItemProperty gid_Fip_Soffice_Desktop_AppID
Key = "System.AppUserModel.ID";
Value = "TheDocumentFoundation.LibreOffice.Startcenter";
End
+
+FolderItem gid_Folderitem_LibreOffice_SafeMode
+ Name = "%PRODUCTNAME (Safe Mode)";
+ ModuleID = gid_Module_Root;
+#ifdef ENABLE_SILENT_MSI
+ FolderID = PREDEFINED_STARTMENU;
+#else
+ FolderID = gid_Folder_Staroffice51;
+#endif
+ FileID = auto_brand_exe_soffice;
+ IconFile = auto_brand_exe_soffice;
+ IconID = 0;
+ WkDir = gid_Brand_Dir_Program;
+ Parameter = "--safe-mode";
+ Styles = (NON_ADVERTISED);
+ ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+End
+
+FolderItemProperty gid_Fip_LibreOffice_SafeMode
+ ShortcutID = gid_Folderitem_LibreOffice_SafeMode;
+ Key = "System.AppUserModel.ID";
+ Value = "TheDocumentFoundation.LibreOffice.SafeMode";
+End
More information about the Libreoffice-commits
mailing list