diff options
author | Andras Timar <atimar@suse.com> | 2013-02-11 14:26:34 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-11 14:32:19 +0100 |
commit | aa2450cb51cfc3805c7a596b6b89d70bb133821e (patch) | |
tree | bd5ef838f984ce38df9607f1996f7cb1b43c715a /scp2/source/impress | |
parent | d52dbb974deca85f1e388c306a1302c49f2b57ee (diff) |
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
Diffstat (limited to 'scp2/source/impress')
-rw-r--r-- | scp2/source/impress/folderitem_impress.scp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scp2/source/impress/folderitem_impress.scp b/scp2/source/impress/folderitem_impress.scp index 31c56ad6a3d6..0f87196b24dc 100644 --- a/scp2/source/impress/folderitem_impress.scp +++ b/scp2/source/impress/folderitem_impress.scp @@ -30,14 +30,13 @@ #ifndef ENABLE_SILENT_MSI FolderItem gid_Folderitem_Simpress Name = "%PRODUCTNAME Impress"; - ModuleID = gid_Module_Prg_Impress_Bin; + ModuleID = gid_Module_Brand_Prg_Impress; FolderID = gid_Folder_Staroffice51; FileID = gid_File_Exe_Simpress; IconFile = gid_File_Exe_Simpress; IconID = 0; WkDir = gid_Brand_Dir_Program; Parameter = ""; - Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_IMPRESS); End #endif |