From aa2450cb51cfc3805c7a596b6b89d70bb133821e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 11 Feb 2013 14:26:34 +0100 Subject: advertised shotrcuts The main goal of this patch was to simplify things. The LibreOffice version that goes to Intel AppUp use advertsied shourtcuts, because it is what Intel AppUp Center requires. We can reduce complexity a bit, if we use advertised shortcuts in normal builds, too. Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f --- scp2/source/ooo/folderitem_ooo.scp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'scp2/source/ooo/folderitem_ooo.scp') diff --git a/scp2/source/ooo/folderitem_ooo.scp b/scp2/source/ooo/folderitem_ooo.scp index b714e7d4b8b8..226701f95890 100644 --- a/scp2/source/ooo/folderitem_ooo.scp +++ b/scp2/source/ooo/folderitem_ooo.scp @@ -29,36 +29,35 @@ FolderItem gid_Folderitem_LibreOffice Name = "%PRODUCTNAME"; - ModuleID = gid_Module_Root; + ModuleID = gid_Module_Root_Brand; #ifdef ENABLE_SILENT_MSI FolderID = PREDEFINED_STARTMENU; + Tooltip = "LibreOffice"; #else FolderID = gid_Folder_Staroffice51; + ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); #endif FileID = gid_Brand_File_Bin_Soffice; IconFile = gid_Brand_File_Bin_Soffice; IconID = 0; WkDir = gid_Brand_Dir_Program; Parameter = ""; - Styles = (NOWEB, NON_ADVERTISED); - ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); End FolderItem gid_Folderitem_Soffice_Desktop #ifdef ENABLE_SILENT_MSI Name = "%PRODUCTNAME"; + Tooltip = "LibreOffice"; #else Name = "%PRODUCTNAME %PRODUCTVERSION"; + ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); #endif - ModuleID = gid_Module_Root; + ModuleID = gid_Module_Root_Brand; FolderID = PREDEFINED_DESKTOP; FileID = gid_Brand_File_Bin_Soffice; IconFile = gid_Brand_File_Bin_Soffice; IconID = 0; - ComponentIDFile = "gid_Brand_File_Desktophelper_Txt"; WkDir = gid_Brand_Dir_Program; Parameter = ""; - Styles = (NOWEB,NON_ADVERTISED,USE_HELPER_FILENAME); - ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); ComponentCondition = "CREATEDESKTOPLINK=1"; End -- cgit