changeset 26714:657ccc44e763

Delete the Start Menu shortcut when uninstalling. Fixes #8985
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 19 Apr 2009 15:35:28 +0000
parents 618255d76deb
children 7b7f0856fb2c 872d30754311
files pidgin/win32/nsis/pidgin-installer.nsi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Sat Apr 18 22:46:29 2009 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Sun Apr 19 15:35:28 2009 +0000
@@ -813,6 +813,7 @@
 
     ; Shortcuts..
     Delete "$DESKTOP\Pidgin.lnk"
+    Delete "$SMPROGRAMS\Pidgin.lnk"
 
     Goto done