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/math/folderitem_math.scp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scp2/source/math') diff --git a/scp2/source/math/folderitem_math.scp b/scp2/source/math/folderitem_math.scp index 3ad3b07a24e1..e12e7996f6d5 100644 --- a/scp2/source/math/folderitem_math.scp +++ b/scp2/source/math/folderitem_math.scp @@ -30,14 +30,13 @@ #ifndef ENABLE_SILENT_MSI FolderItem gid_Folderitem_Smath Name = "%PRODUCTNAME Math"; - ModuleID = gid_Module_Prg_Math_Bin; + ModuleID = gid_Module_Brand_Prg_Math; FolderID = gid_Folder_Staroffice51; FileID = gid_File_Exe_Smath; IconFile = gid_File_Exe_Smath; IconID = 0; WkDir = gid_Brand_Dir_Program; Parameter = ""; - Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH); End #endif -- cgit