From c013d37a05c8d188c6c4129dfef5079f1aae4b15 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 16:46:12 +0000 Subject: [PATCH] INTEGRATION: CWS aquavcl05_DEV300 (1.6.968); FILE MERGED 2008/03/03 17:31:03 is 1.6.968.1: #i86640# desktop link and startmenu link --- scp2/source/ooo/folderitem_ooo.scp | 32 ++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/scp2/source/ooo/folderitem_ooo.scp b/scp2/source/ooo/folderitem_ooo.scp index 38a6f0a8fba5..e16fb8b00d76 100644 --- a/scp2/source/ooo/folderitem_ooo.scp +++ b/scp2/source/ooo/folderitem_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: folderitem_ooo.scp,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:38:56 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:46:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,3 +34,31 @@ ************************************************************************/ #include "macros.inc" + +FolderItem gid_Folderitem_Soffice + Name = "%PRODUCTNAME"; + ModuleID = gid_Module_Root; + FolderID = gid_Folder_Staroffice51; + FileID = gid_File_Bin_Soffice; + IconFile = gid_File_Bin_Soffice; + IconID = 0; + WkDir = gid_Dir_Program; + Parameter = ""; + Styles = (NOWEB, NON_ADVERTISED); + ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); +End + +FolderItem gid_Folderitem_Soffice_Desktop + Name = "%PRODUCTNAME %PRODUCTVERSION"; + ModuleID = gid_Module_Root; + FolderID = PREDEFINED_DESKTOP; + FileID = gid_File_Bin_Soffice; + IconFile = gid_File_Bin_Soffice; + IconID = 0; + ComponentIDFile = "gid_File_Desktophelper_Txt"; + WkDir = gid_Dir_Program; + Parameter = ""; + Styles = (NOWEB,NON_ADVERTISED,USE_HELPER_FILENAME); + ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); + ComponentCondition = "CREATEDESKTOPLINK=1"; +End