# HG changeset patch # User Daniel Atallah # Date 1213845086 0 # Node ID 2565ccc4898cfc25c0914ff39f474eddc4cd66cf # Parent 01a08e28507334bdc0fc76043ac0f58567509c07 applied changes from ae9d7912dfb7c1627441484bfe471dd4d370d346 through 904a276588f7de13ba13b578905c82c0493184ce diff -r 01a08e285073 -r 2565ccc4898c pidgin/plugins/Makefile.mingw --- a/pidgin/plugins/Makefile.mingw Thu Jun 19 03:10:50 2008 +0000 +++ b/pidgin/plugins/Makefile.mingw Thu Jun 19 03:11:26 2008 +0000 @@ -84,6 +84,7 @@ notify.dll \ pidginrc.dll \ relnot.dll \ + sendbutton.dll \ spellchk.dll \ timestamp_format.dll \ timestamp.dll diff -r 01a08e285073 -r 2565ccc4898c pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Thu Jun 19 03:10:50 2008 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Thu Jun 19 03:11:26 2008 +0000 @@ -748,6 +748,7 @@ Delete "$INSTDIR\plugins\pidginrc.dll" Delete "$INSTDIR\plugins\psychic.dll" Delete "$INSTDIR\plugins\relnot.dll" + Delete "$INSTDIR\plugins\sendbutton.dll" Delete "$INSTDIR\plugins\spellchk.dll" Delete "$INSTDIR\plugins\ssl-nss.dll" Delete "$INSTDIR\plugins\ssl.dll"