summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2007-05-23 02:35:44 +0000
committerDaniel Atallah <datallah@pidgin.im>2007-05-23 02:35:44 +0000
commita13a28b16d0b10f556195bdb5947b7f621571402 (patch)
treed5e712171c5aee85b89719791e9f791762476867
parent6163f67d5771d5d441e029409868b30fc9707afe (diff)
parenta8bc36afd632340c8c82c5be280bb0bab4208d33 (diff)
downloadpidgin-a13a28b16d0b10f556195bdb5947b7f621571402.tar.gz
merge of 'e5f12a883b6956fc5da012327965048c75ddf538'
and '6412ffdd74dd2dfd5da8256a36bb1480d374093c'
-rw-r--r--pidgin/win32/nsis/pidgin-installer.nsi4
1 files changed, 1 insertions, 3 deletions
diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi
index 70ba38ed43..162d1591f2 100644
--- a/pidgin/win32/nsis/pidgin-installer.nsi
+++ b/pidgin/win32/nsis/pidgin-installer.nsi
@@ -519,8 +519,7 @@ SectionGroup /e $(PIDGIN_SHORTCUTS_SECTION_TITLE) SecShortcuts
SectionEnd
Section $(PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE) SecStartMenuShortcut
SetOverwrite on
- CreateDirectory "$SMPROGRAMS\Pidgin"
- CreateShortCut "$SMPROGRAMS\Pidgin\Pidgin.lnk" "$INSTDIR\pidgin.exe"
+ CreateShortCut "$SMPROGRAMS\Pidgin.lnk" "$INSTDIR\pidgin.exe"
SetOverwrite off
SectionEnd
SectionGroupEnd
@@ -750,7 +749,6 @@ Section Uninstall
RMDir "$INSTDIR"
; Shortcuts..
- RMDir /r "$SMPROGRAMS\Pidgin"
Delete "$DESKTOP\Pidgin.lnk"
Goto done