summaryrefslogtreecommitdiff
path: root/scp2/source/draw
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-10-25 06:38:06 -0700
committerCaolán McNamara <caolanm@redhat.com>2013-10-29 12:12:16 +0000
commitd8e049d4e3971632eb08692905c60130731d9980 (patch)
treee381e79f4345c0650f11a3eb1af6366c6d15e87a /scp2/source/draw
parent69f026fc37cc5be080c02497e8fe3e0b88efa913 (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. Change-Id: I5b465574f7a178fadcdca03a0fe0d68d76621341 Reviewed-on: https://gerrit.libreoffice.org/6437 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scp2/source/draw')
-rw-r--r--scp2/source/draw/folderitem_draw.scp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scp2/source/draw/folderitem_draw.scp b/scp2/source/draw/folderitem_draw.scp
index ba59ea722362..f6927072fe7e 100644
--- a/scp2/source/draw/folderitem_draw.scp
+++ b/scp2/source/draw/folderitem_draw.scp
@@ -21,13 +21,14 @@
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Sdraw
Name = "%PRODUCTNAME Draw";
- ModuleID = gid_Module_Brand_Prg_Draw;
+ ModuleID = gid_Module_Prg_Draw_Bin;
FolderID = gid_Folder_Staroffice51;
FileID = gid_File_Exe_Sdraw;
IconFile = gid_File_Exe_Sdraw;
IconID = 0;
WkDir = gid_Brand_Dir_Program;
Parameter = "";
+ Styles = (NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_DRAW);
End