changeset 15864:4c707efebc0c

Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).
author Richard Laager <rlaager@wiktel.com>
date Wed, 21 Mar 2007 08:41:56 +0000
parents 78f056497b72
children abb1e1e0c96f
files finch/plugins/gntclipboard.c finch/plugins/gntgf.c finch/plugins/lastlog.c libpurple/plugins/codeinline.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/finch/plugins/gntclipboard.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/finch/plugins/gntclipboard.c	Wed Mar 21 08:41:56 2007 +0000
@@ -150,7 +150,7 @@
 	N_("When the gnt clipboard contents change, "
 		"the contents are made available to X, if possible."),
 	"Richard Nelson <wabz@whatsbeef.net>",
-	"http://purple.sourceforge.net",
+	PURPLE_WEBSITE,
 	plugin_load,
 	plugin_unload,
 	NULL,
--- a/finch/plugins/gntgf.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/finch/plugins/gntgf.c	Wed Mar 21 08:41:56 2007 +0000
@@ -357,7 +357,7 @@
 	N_("Toaster plugin"),
 	N_("Toaster plugin"),
 	"Sadrul H Chowdhury <sadrul@users.sourceforge.net>",
-	"http://purple.sourceforge.net",
+	PURPLE_WEBSITE,
 	plugin_load,
 	plugin_unload,
 	NULL,
--- a/finch/plugins/lastlog.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/finch/plugins/lastlog.c	Wed Mar 21 08:41:56 2007 +0000
@@ -123,7 +123,7 @@
 	N_("Lastlog plugin."),
 	N_("Lastlog plugin."),
 	"Sadrul H Chowdhury <sadrul@users.sourceforge.net>",
-	"http://purple.sourceforge.net",
+	PURPLE_WEBSITE,
 	plugin_load,
 	plugin_unload,
 	NULL,
--- a/libpurple/plugins/codeinline.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/libpurple/plugins/codeinline.c	Wed Mar 21 08:41:56 2007 +0000
@@ -75,7 +75,7 @@
      "Changes the formatting of any outgoing text such that "
      "anything underlined will be received green and monospace.",
      "Sean Egan <seanegan@gmail.com>",
-     "http://purple.sourceforge.net",
+     PURPLE_WEBSITE,
      plugin_load,
      NULL,
      NULL,