Tue, 20 May 2008 04:31:39 +0000
Use shorter URL (http://d.pidgin.im/BonjourWindows) for "Bonjour not found"
message. Fixes #5838.
| libpurple/protocols/bonjour/bonjour.c | file | annotate | diff | comparison | revisions |
--- 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; }