changeset 223:e7e9a86c0c01 trunk

[svn] Update credits on here reflecting audacious-decoder changes.
author nenolod
date Fri, 25 Nov 2005 13:26:59 -0800
parents b2b1df7d7db6
children 1ce5afec0db1
files Plugins/Input/mpg123/mpg123.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.c	Fri Nov 25 12:53:16 2005 -0800
+++ b/Plugins/Input/mpg123/mpg123.c	Fri Nov 25 13:26:59 2005 -0800
@@ -1145,8 +1145,9 @@
         return;
 
     aboutbox = xmms_show_message(_("About MPEG Audio Plugin"),
-                                 _("mpg123 decoding engine by Michael Hipp <mh@mpg123.de>\n"
-				   "Updated to 0.59s.mc3 by the Audacious team for greater accuracy and reliability.\n"
+				 _("Audacious decoding engine by William Pitcock <nenolod@nenolod.net>, derived from:\n"
+                                   "mpg123 decoding engine by Michael Hipp <mh@mpg123.de>\n"
+				   "Derived partially from mpg123 0.59s.mc3 as well.\n"
                                    "Based on the original XMMS plugin."),
                                   _("Ok"),
                                   FALSE, NULL, NULL);