From 22838720bbe1fc3c9fd46f34aa91474c7d6005a3 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 10 Oct 2009 22:27:00 +0200 Subject: updated plugins descriptions added basic gui configuration window --- plugins/ffap/ffap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ffap/ffap.c') diff --git a/plugins/ffap/ffap.c b/plugins/ffap/ffap.c index 735630bf..fd96fc9f 100644 --- a/plugins/ffap/ffap.c +++ b/plugins/ffap/ffap.c @@ -1760,8 +1760,8 @@ static DB_decoder_t plugin = { .plugin.version_major = 0, .plugin.version_minor = 1, .plugin.type = DB_PLUGIN_DECODER, - .plugin.name = "FFAP Monkey's Audio decoder", - .plugin.descr = "Based on ffmpeg apedec by Benjamin Zores and rockbox libdemac by Dave Chapman", + .plugin.name = "Monkey's Audio (APE) decoder", + .plugin.descr = "Derived from ffmpeg code by Benjamin Zores and rockbox code by Dave Chapman", .plugin.author = "Alexey Yakovenko", .plugin.email = "waker@users.sourceforge.net", .plugin.website = "http://deadbeef.sf.net", -- cgit v1.2.3