diff libpurple/protocols/yahoo/yahoo.c @ 23398:074be48b20e7

Use CLIENT_WEBSITE rather than PURPLE_WEBSITE in libpurple. If the build process doesn't #define CLIENT_WEBSITE, internal.h will define it as PURPLE_WEBSITE. No change for Pidgin or Finch, but this will let other clients such as Adium present their own site in error messages as needed.
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 01 Jul 2008 18:06:32 +0000
parents 5c70d953a497
children f1602b78aa59
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Tue Jul 01 04:26:19 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Tue Jul 01 18:06:32 2008 +0000
@@ -1997,7 +1997,7 @@
 		default:
 			buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized "
 						"authentication method.  You will probably not be able "
-						"to successfully sign on to Yahoo.  Check %s for updates."), PURPLE_WEBSITE);
+						"to successfully sign on to Yahoo.  Check %s for updates."), CLIENT_WEBSITE);
 			purple_notify_error(gc, "", _("Failed Yahoo! Authentication"),
 					  buf);
 			g_free(buf);