# HG changeset patch # User Richard Laager # Date 1174466516 0 # Node ID 4c707efebc0c8ac5f7e9fe29c4c28130ea2e9e6a # Parent 78f056497b72685cfdac6ebc4d6d8cc24a29e16b Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed). diff -r 78f056497b72 -r 4c707efebc0c finch/plugins/gntclipboard.c --- 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 ", - "http://purple.sourceforge.net", + PURPLE_WEBSITE, plugin_load, plugin_unload, NULL, diff -r 78f056497b72 -r 4c707efebc0c finch/plugins/gntgf.c --- 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 ", - "http://purple.sourceforge.net", + PURPLE_WEBSITE, plugin_load, plugin_unload, NULL, diff -r 78f056497b72 -r 4c707efebc0c finch/plugins/lastlog.c --- 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 ", - "http://purple.sourceforge.net", + PURPLE_WEBSITE, plugin_load, plugin_unload, NULL, diff -r 78f056497b72 -r 4c707efebc0c libpurple/plugins/codeinline.c --- 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 ", - "http://purple.sourceforge.net", + PURPLE_WEBSITE, plugin_load, NULL, NULL,