# HG changeset patch # User Jeffrey Connelly # Date 1188153720 0 # Node ID fdddf11a42f2952d682efda64df7c530d847cfb1 # Parent a8c9c42c357228314ae23292385f8f237ea3ed7c Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin. diff -r a8c9c42c3572 -r fdddf11a42f2 pidgin/win32/nsis/pidgin-installer.nsi --- 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