INTEGRATION: CWS networker3 (1.1.72); FILE MERGED
2004/05/19 14:06:05 is 1.1.72.2: #i29348# new folderitem structure 2004/04/28 10:20:49 is 1.1.72.1: #i28297# making windows startmenu entries deselectable
This commit is contained in:
parent
76590fa06c
commit
3c154a22cc
1 changed files with 5 additions and 16 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: folderitem_writer.scp,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: is $ $Date: 2004-02-05 18:10:30 $
|
||||
* last change: $Author: kz $ $Date: 2004-06-11 17:56:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -61,23 +61,12 @@
|
|||
|
||||
#include "macros.inc"
|
||||
|
||||
FolderItem gid_Folderitem_Sweb
|
||||
FOLDERITEM_NAME_LNG(HTMLDOKUMENT)
|
||||
ModuleID = gid_Module_Prg_Wrt_Bin;
|
||||
FolderID = gid_Folder_Staroffice51;
|
||||
FileID = gid_File_Bin_Soffice;
|
||||
IconFile = gid_File_Bin_Soffice;
|
||||
IconID = 11;
|
||||
Parameter = "-web";
|
||||
Styles = (NOWEB);
|
||||
End
|
||||
|
||||
FolderItem gid_Folderitem_Swriter
|
||||
FOLDERITEM_NAME_LNG(TEXTDOKUMENT)
|
||||
Name = "%PRODUCTNAME %PRODUCTVERSION Writer";
|
||||
ModuleID = gid_Module_Prg_Wrt_Bin;
|
||||
FolderID = gid_Folder_Staroffice51;
|
||||
FileID = gid_File_Bin_Soffice;
|
||||
IconFile = gid_File_Bin_Soffice;
|
||||
FileID = gid_File_Exe_Swriter;
|
||||
IconFile = gid_File_Exe_Swriter;
|
||||
IconID = 1;
|
||||
Parameter = "-writer";
|
||||
Styles = (NOWEB);
|
||||
|
|
Loading…
Reference in a new issue