summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 3555097..f7f8b2c 100644
--- a/setup.h
+++ b/setup.h
@@ -67,6 +67,8 @@ class cMenuSetupFavorites : public cMenuSetupSubMenu {
char description2[256];
char description3[256];
char description4[256];
+ const char * recFolderMode[3];
+ char fixedFolder[256];
void Set(void);
virtual eOSState ProcessKey(eKeys Key);
public: