diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-25 06:38:06 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-25 07:32:52 -0700 |
commit | 7d97ec9a3eba9ceacbea631a56185e40b62fdec7 (patch) | |
tree | 765bb657349e4b15df04c61f517b9d5309dc42dc /scp2/source/math | |
parent | 1d3661cf91cf45d40373b0034c30eb57b475ec91 (diff) |
fdo#65102 respect user's choice not to install desktop icon
Using advertised shortcuts -- inspired by Intel AppUp Centre's
requirement -- was not a good idea after all. I revert this,
and I also revert the commit that actually disabled it in
default Windows builds.
This reverts commit aa2450cb51cfc3805c7a596b6b89d70bb133821e.
This reverts commit b40012bd6d0b5387005253f1d3f03929ce4d1ac6.
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/folderitem_math.scp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scp2/source/math/folderitem_math.scp b/scp2/source/math/folderitem_math.scp index 127773f52c83..fb8bbcd0df63 100644 --- a/scp2/source/math/folderitem_math.scp +++ b/scp2/source/math/folderitem_math.scp @@ -21,13 +21,14 @@ #ifndef ENABLE_SILENT_MSI FolderItem gid_Folderitem_Smath Name = "%PRODUCTNAME Math"; - ModuleID = gid_Module_Brand_Prg_Math; + ModuleID = gid_Module_Prg_Math_Bin; FolderID = gid_Folder_Staroffice51; FileID = gid_File_Exe_Smath; IconFile = gid_File_Exe_Smath; IconID = 0; WkDir = gid_Brand_Dir_Program; Parameter = ""; + Styles = (NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH); End |