diff src/console/Audacious_Driver.cxx @ 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 986f098da058
children 958855dae693
line wrap: on
line diff
--- 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;
 }