Mercurial > pidgin.yaz
changeset 23027:2565ccc4898c
applied changes from ae9d7912dfb7c1627441484bfe471dd4d370d346
through 904a276588f7de13ba13b578905c82c0493184ce
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 19 Jun 2008 03:11:26 +0000 |
parents | 01a08e285073 |
children | f47438e456c2 |
files | pidgin/plugins/Makefile.mingw pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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"