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 --- vfs_stdio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vfs_stdio.c') diff --git a/vfs_stdio.c b/vfs_stdio.c index 903f2af0..0f7abf69 100644 --- a/vfs_stdio.c +++ b/vfs_stdio.c @@ -94,7 +94,8 @@ static DB_vfs_t plugin = { .plugin.version_major = 0, .plugin.version_minor = 1, .plugin.type = DB_PLUGIN_VFS, - .plugin.name = "STDIO VFS", + .plugin.name = "stdio vfs", + .plugin.descr = "Standard IO plugin", .plugin.author = "Alexey Yakovenko", .plugin.email = "waker@users.sourceforge.net", .plugin.website = "http://deadbeef.sf.net", -- cgit v1.2.3