comparison libpurple/protocols/bonjour/bonjour.c @ 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 d50194ab3016
children 2a81912c229a 25161f5ea347
comparison
equal deleted inserted replaced
23008:d0f933c88fc6 23009:c9592f5b3a52
89 #ifdef _WIN32 89 #ifdef _WIN32
90 if (!dns_sd_available()) { 90 if (!dns_sd_available()) {
91 purple_connection_error_reason(gc, 91 purple_connection_error_reason(gc,
92 PURPLE_CONNECTION_ERROR_OTHER_ERROR, 92 PURPLE_CONNECTION_ERROR_OTHER_ERROR,
93 _("The Apple Bonjour For Windows toolkit wasn't found, see the FAQ at: " 93 _("The Apple Bonjour For Windows toolkit wasn't found, see the FAQ at: "
94 "http://developer.pidgin.im/wiki/Using%20Pidgin#CanIusePidginforBonjourLink-LocalMessaging" 94 "http://d.pidgin.im/BonjourWindows"
95 " for more information.")); 95 " for more information."));
96 return; 96 return;
97 } 97 }
98 #endif 98 #endif
99 99