Mercurial > audlegacy
changeset 129:ce9d4aa5889a trunk
[svn] Update the credits to note the code sync that occured.
author | nenolod |
---|---|
date | Wed, 09 Nov 2005 16:49:31 -0800 |
parents | f6ceb8f4ad5c |
children | 7dc049844b73 |
files | Plugins/Input/mpg123/mpg123.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.c Wed Nov 09 16:42:39 2005 -0800 +++ b/Plugins/Input/mpg123/mpg123.c Wed Nov 09 16:49:31 2005 -0800 @@ -1180,9 +1180,10 @@ aboutbox = xmms_show_message(_("About MPEG Audio Plugin"), _("mpg123 decoding engine by Michael Hipp <mh@mpg123.de>\n" - "Plugin by The XMMS team"), - _("Ok"), - FALSE, NULL, NULL); + "Updated to 0.59s.mc3 by the Audacious team for greater accuracy and reliability.\n" + "Based on the original XMMS plugin."), + _("Ok"), + FALSE, NULL, NULL); g_signal_connect(G_OBJECT(aboutbox), "destroy", G_CALLBACK(gtk_widget_destroyed), &aboutbox);