changeset 494:0868188271e0 trunk

[svn] aboutbox formatting stuffs.
author nenolod
date Tue, 24 Jan 2006 21:03:30 -0800
parents c04dff121e1d
children a371216b5c8a
files Plugins/Input/console/Audacious_Driver.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/console/Audacious_Driver.cpp	Tue Jan 24 20:19:01 2006 -0800
+++ b/Plugins/Input/console/Audacious_Driver.cpp	Tue Jan 24 21:03:30 2006 -0800
@@ -660,9 +660,9 @@
 {
 	xmms_show_message(_("About the Console Music Decoder"),
 			_("Console music decoder engine based on Game_Music_Emu 0.3.0.\n"
-			  "Audacious implementation by: William Pitcock <nenolod@nenolod.net>, "
+			  "Audacious implementation by: William Pitcock <nenolod@nenolod.net>, \n"
 			// Please do not put my hotpop.com address in the clear (I hate spam)
-			  "Shay Green <hotpop.com@blargg>"),
+			  "        Shay Green <hotpop.com@blargg>"),
 			_("Ok"),
 			FALSE, NULL, NULL);
 }