# HG changeset patch # User Etan Reisner # Date 1246061513 0 # Node ID 6ce4c8f80d047690b2d7ce9cc06cfe8fbecc695d # Parent 9c0a18f16fcead8947a655e20647a7174158fa12 Correct the doxygen documentation in the pidginrc plugin and swap out a *very* old address for myself. diff -r 9c0a18f16fce -r 6ce4c8f80d04 pidgin/plugins/pidginrc.c --- a/pidgin/plugins/pidginrc.c Sat Jun 27 00:05:12 2009 +0000 +++ b/pidgin/plugins/pidginrc.c Sat Jun 27 00:11:53 2009 +0000 @@ -1,7 +1,13 @@ /** - * @file purplerc.c Purple gtk resource control plugin. + * @file pidginrc.c Pidgin GTK+ resource control plugin. + * @ingroup pidgin + */ + +/* pidgin * - * Copyright (C) 2005 Etan Reisner + * Pidgin is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -612,7 +618,7 @@ DISPLAY_VERSION, N_("Provides access to commonly used gtkrc settings."), N_("Provides access to commonly used gtkrc settings."), - "Etan Reisner ", + "Etan Reisner ", PURPLE_WEBSITE, purplerc_plugin_load, purplerc_plugin_unload,