comparison libpurple/protocols/bonjour/bonjour.c @ 23030:fb7a42a09789

applied changes from b57781a52511d0ab7a57590bf5c348f3b9d05640 through 43cf42d58f68c1f3f9ae27b10c66dbc351612f30
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Jun 2008 03:13:30 +0000
parents ef0bcbe33689
children 5c70d953a497
comparison
equal deleted inserted replaced
23029:ca268616703d 23030:fb7a42a09789
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