# HG changeset patch # User Calin Crisan ccrisan@gmail.com # Date 1185451868 -10800 # Node ID 7a7f446bc87c505777abd84dd5df14504a0cedb6 # Parent 4eb2bacab83a2a0dbe8f5cbee1cc4f304f8f1378 Some changes to the about box diff -r 4eb2bacab83a -r 7a7f446bc87c src/cdaudio-ng/cdaudio-ng.c --- 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 \n\tand The Audacious Team.\n\n" + sprintf(about_text, "Copyright (c) 2007, by Calin Crisan and The Audacious Team.\n\n" "Many thanks to libcdio developers \n\tand to libcddb developers .\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);