changeset 355:92848bda520d trunk

[svn] Move supported formats to plugin info, rename plugin to 'Game console audio module decoder'.
author kiyoshi
date Sun, 10 Dec 2006 01:53:35 -0800
parents 6f97100467cf
children 35b5161ba78d
files ChangeLog src/console/Audacious_Driver.cxx
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Dec 10 01:14:33 2006 -0800
+++ b/ChangeLog	Sun Dec 10 01:53:35 2006 -0800
@@ -1,3 +1,11 @@
+2006-12-10 09:14:33 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [776]
+  - add missing code
+  
+  trunk/src/scrobbler/configure.c |   19 ++++++++++++++++++-
+  1 file changed, 18 insertions(+), 1 deletion(-)
+
+
 2006-12-09 16:32:41 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [772]
   - replace g_usleep() with g_cond_timed_wait()
--- a/src/console/Audacious_Driver.cxx	Sun Dec 10 01:14:33 2006 -0800
+++ b/src/console/Audacious_Driver.cxx	Sun Dec 10 01:53:35 2006 -0800
@@ -443,6 +443,7 @@
 	{
 		aboutbox = xmms_show_message(_("About the Console Music Decoder"),
 						_("Console music decoder engine based on Game_Music_Emu 0.5.2.\n"
+						"Supported formats: AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ\n"
 						"Audacious implementation by: William Pitcock <nenolod@nenolod.net>, \n"
 						"        Shay Green <gblargg@gmail.com>"),
 						_("Ok"),
@@ -486,6 +487,6 @@
 
 extern "C" InputPlugin *get_iplugin_info(void)
 {
-	console_ip.description = g_strdup_printf(_("AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ module decoder"));
+	console_ip.description = g_strdup_printf(_("Game console audio module decoder"));
 	return &console_ip;
 }