summaryrefslogtreecommitdiff
path: root/mymenusetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mymenusetup.h')
-rw-r--r--mymenusetup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mymenusetup.h b/mymenusetup.h
index 7dde4bb..3a70a1d 100644
--- a/mymenusetup.h
+++ b/mymenusetup.h
@@ -7,6 +7,7 @@ class mySetup
int ShowRecTime;
int ShowRecLength;
int HideMainMenuEntry;
+ int ReplaceOrgRecMenu;
};
extern mySetup mysetup;
@@ -18,6 +19,7 @@ class myMenuSetup:public cMenuSetupPage
int showrectime;
int showreclength;
int hidemainmenuentry;
+ int replaceorgrecmenu;
protected:
virtual void Store();
public: