Mercurial > pidgin
changeset 19438:fdddf11a42f2
Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 26 Aug 2007 18:42:00 +0000 |
parents | a8c9c42c3572 |
children | 0202145e3465 |
files | pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi Sun Aug 26 08:25:37 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Sun Aug 26 18:42:00 2007 +0000 @@ -554,6 +554,10 @@ Push "msnim" Call RegisterURIHandler SectionEnd + Section /o "myim:" SecURI_MYIM + Push "myim" + Call RegisterURIHandler + SectionEnd Section /o "ymsgr:" SecURI_YMSGR Push "ymsgr" Call RegisterURIHandler