diff pidgin/win32/nsis/langmacros.nsh @ 15795:a26ffc69f81c

Add support for registering URI handlers to the windows installer.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 16 Mar 2007 02:10:25 +0000
parents e11859350489
children 502b69976fe1
line wrap: on
line diff
--- a/pidgin/win32/nsis/langmacros.nsh	Fri Mar 16 00:02:55 2007 +0000
+++ b/pidgin/win32/nsis/langmacros.nsh	Fri Mar 16 02:10:25 2007 +0000
@@ -25,7 +25,7 @@
   !include "${PIDGIN_DEFAULT_LANGFILE}"
   !undef INSERT_DEFAULT
 
-  ; GAIM Language file Version 3
+  ; Pidgin Language file Version 3
   ; String labels should match those from the default language file.
 
   ; Startup checks
@@ -77,6 +77,9 @@
   ; GTK+ Themes section
   !insertmacro PIDGIN_MACRO_LANGSTRING_INSERT GTK_NO_THEME_INSTALL_RIGHTS		${CUR_LANG}
 
+  ; URI Handler section
+  !insertmacro PIDGIN_MACRO_LANGSTRING_INSERT URI_HANDLERS_SECTION_TITLE		${CUR_LANG}
+
   ; Uninstall Section Prompts
   !insertmacro PIDGIN_MACRO_LANGSTRING_INSERT un.PIDGIN_UNINSTALL_ERROR_1		${CUR_LANG}
   !insertmacro PIDGIN_MACRO_LANGSTRING_INSERT un.PIDGIN_UNINSTALL_ERROR_2		${CUR_LANG}