diff options
author | Andras Timar <atimar@suse.com> | 2011-11-21 10:05:00 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-21 10:05:20 +0100 |
commit | 37676d162c29331c9f6235cf51406db8aaf8dfba (patch) | |
tree | f97cec972ae243eefe3bddc3024a7c7f7994c788 /scp2/source/math | |
parent | 5fc21e87b9bcc55a542c4e675f4b78cc578026d1 (diff) |
only one launcher icon for silent MSI
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/folderitem_math.scp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/math/folderitem_math.scp b/scp2/source/math/folderitem_math.scp index 609de29f3abd..3ad3b07a24e1 100644 --- a/scp2/source/math/folderitem_math.scp +++ b/scp2/source/math/folderitem_math.scp @@ -27,6 +27,7 @@ #include "macros.inc" +#ifndef ENABLE_SILENT_MSI FolderItem gid_Folderitem_Smath Name = "%PRODUCTNAME Math"; ModuleID = gid_Module_Prg_Math_Bin; @@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Smath Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH); End +#endif |