diff pidgin/win32/nsis/pidgin-installer.nsi @ 15938:d04878ce947b

Some pixmap path fixes and win32 fixes
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 26 Mar 2007 15:33:26 +0000
parents 1dee9065e336
children 416a125b66ac
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Mon Mar 26 05:42:33 2007 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Mon Mar 26 15:33:26 2007 +0000
@@ -698,7 +698,7 @@
     Delete "$INSTDIR\plugins\buddynote.dll"
     Delete "$INSTDIR\plugins\convcolors.dll"
     Delete "$INSTDIR\plugins\extplacement.dll"
-    Delete "$INSTDIR\plugins\gaimrc.dll"
+    Delete "$INSTDIR\plugins\pidginrc.dll"
     Delete "$INSTDIR\plugins\history.dll"
     Delete "$INSTDIR\plugins\iconaway.dll"
     Delete "$INSTDIR\plugins\idle.dll"
@@ -735,12 +735,12 @@
     Delete "$INSTDIR\plugins\win2ktrans.dll"
     Delete "$INSTDIR\plugins\winprefs.dll"
     RMDir "$INSTDIR\plugins"
-    Delete "$INSTDIR\sounds\gaim\alert.wav"
-    Delete "$INSTDIR\sounds\gaim\login.wav"
-    Delete "$INSTDIR\sounds\gaim\logout.wav"
-    Delete "$INSTDIR\sounds\gaim\receive.wav"
-    Delete "$INSTDIR\sounds\gaim\send.wav"
-    RMDir "$INSTDIR\sounds\gaim"
+    Delete "$INSTDIR\sounds\pidgin\alert.wav"
+    Delete "$INSTDIR\sounds\pidgin\login.wav"
+    Delete "$INSTDIR\sounds\pidgin\logout.wav"
+    Delete "$INSTDIR\sounds\pidgin\receive.wav"
+    Delete "$INSTDIR\sounds\pidgin\send.wav"
+    RMDir "$INSTDIR\sounds\pidgin"
     RMDir "$INSTDIR\sounds"
     Delete "$INSTDIR\freebl3.dll"
     Delete "$INSTDIR\idletrack.dll"