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
This commit is contained in:
Kurt Zenker 2008-03-05 16:46:12 +00:00
parent bc8a5d2b95
commit c013d37a05

View file

@ -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