diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-04 15:02:44 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-04 15:02:44 +0200 |
| commit | 88ce42250dc9cd1b69eb734b88226a5bd408c4d5 (patch) | |
| tree | 0a69525a16bf121ac8b3e95a592ebc743d1c3b67 /common/vfs_types.h | |
| parent | eb3ac2e40b5277fdbc5486b31dabf9c743724024 (diff) | |
| download | tuxcmd-modules-88ce42250dc9cd1b69eb734b88226a5bd408c4d5.tar.xz | |
Consolidate plugin IDs
Diffstat (limited to 'common/vfs_types.h')
| -rw-r--r-- | common/vfs_types.h | 8 |
1 files changed, 4 insertions, 4 deletions
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) }; |
