summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-04 15:02:44 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-04 15:02:44 +0200
commit88ce42250dc9cd1b69eb734b88226a5bd408c4d5 (patch)
tree0a69525a16bf121ac8b3e95a592ebc743d1c3b67 /common
parenteb3ac2e40b5277fdbc5486b31dabf9c743724024 (diff)
downloadtuxcmd-modules-88ce42250dc9cd1b69eb734b88226a5bd408c4d5.tar.xz
Consolidate plugin IDs
Diffstat (limited to 'common')
-rw-r--r--common/vfs_types.h8
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)
};