pidgin/win32/nsis/pidgin-installer.nsi

changeset 19624
d6490a588739
parent 19414
e96cbe3a659b
child 19627
27519ded92c5
--- 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

mercurial