diff pidgin/win32/nsis/pidgin-installer.nsi @ 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 f59cfb686b02
children e22fa2cc6c46
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