changeset 23009:c9592f5b3a52

Use shorter URL (http://d.pidgin.im/BonjourWindows) for "Bonjour not found" message. Fixes #5838.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 20 May 2008 04:31:39 +0000
parents d0f933c88fc6
children 2b91ea8c94d5
files libpurple/protocols/bonjour/bonjour.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour.c	Tue May 20 03:50:26 2008 +0000
+++ b/libpurple/protocols/bonjour/bonjour.c	Tue May 20 04:31:39 2008 +0000
@@ -91,7 +91,7 @@
 		purple_connection_error_reason(gc,
 			PURPLE_CONNECTION_ERROR_OTHER_ERROR,
 			_("The Apple Bonjour For Windows toolkit wasn't found, see the FAQ at: "
-			  "http://developer.pidgin.im/wiki/Using%20Pidgin#CanIusePidginforBonjourLink-LocalMessaging"
+			  "http://d.pidgin.im/BonjourWindows"
 			  " for more information."));
 		return;
 	}