From 88ce42250dc9cd1b69eb734b88226a5bd408c4d5 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 4 Oct 2009 15:02:44 +0200 Subject: Consolidate plugin IDs --- common/vfs_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/vfs_types.h') diff --git a/common/vfs_types.h b/common/vfs_types.h index 5e09ab6..658c639 100644 --- a/common/vfs_types.h +++ b/common/vfs_types.h @@ -152,10 +152,10 @@ struct TVFSItem { }; struct TVFSInfo { - const char *Name; - const char *Description; - const char *About; - const char *Copyright; + const char *ID; // unique identifier, not shown in GUI + const char *Name; // plugin name, GUI string (UTF-8) + const char *About; // GUI string (UTF-8) + const char *Copyright; // GUI string (UTF-8) }; -- cgit v1.2.3