Mercurial > audlegacy-plugins
changeset 1378:7a7f446bc87c
Some changes to the about box
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Thu, 26 Jul 2007 15:11:08 +0300 |
parents | 4eb2bacab83a |
children | 33e9906b3b8a |
files | src/cdaudio-ng/cdaudio-ng.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cdaudio-ng/cdaudio-ng.c Thu Jul 26 15:06:20 2007 +0300 +++ b/src/cdaudio-ng/cdaudio-ng.c Thu Jul 26 15:11:08 2007 +0300 @@ -166,8 +166,9 @@ } char about_text[1000]; - sprintf(about_text, "CD Audio Plugin NG\nCopyright (c) 2007, by Calin Crisan <ccrisan@gmail.com>\n\tand The Audacious Team.\n\n" + sprintf(about_text, "Copyright (c) 2007, by Calin Crisan <ccrisan@gmail.com> and The Audacious Team.\n\n" "Many thanks to libcdio developers <http://www.gnu.org/software/libcdio/>\n\tand to libcddb developers <http://libcddb.sourceforge.net/>.\n\n" + "Also thank you Tony Vroon for mentoring & guiding me.\n\n" "This was a Google Summer of Code 2007 project."); about_window = xmms_show_message("About CD Audio Plugin NG", about_text, "OK", FALSE, NULL, NULL);