diff options
author | Andreas Mair <andreas@vdr-developer.org> | 2010-08-26 07:50:59 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2010-08-26 07:57:29 +0200 |
commit | 57a99e05234ffc28bb3a1d16c058bf38ce629d82 (patch) | |
tree | fd24bf63611cfe9aad299e2cb88c1c85df950c1d /mymenusetup.h | |
parent | acf461064b16ec85ef52887773d8d6a364826106 (diff) | |
download | vdr-plugin-extrecmenu-57a99e05234ffc28bb3a1d16c058bf38ce629d82.tar.gz vdr-plugin-extrecmenu-57a99e05234ffc28bb3a1d16c058bf38ce629d82.tar.bz2 |
Merge from v1.3-devel head (Submitted by Joe_D @vdr-portal.de).
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mymenusetup.h b/mymenusetup.h index 325eb5e..7861155 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -6,6 +6,7 @@ extern cNestedItemList RecordingDirCommands; extern cCommands RecordingDirCommands; #endif + class mySetup { public: @@ -13,9 +14,11 @@ class mySetup int ShowRecDate; int ShowRecTime; int ShowRecLength; + int ShowRecRating; int HideMainMenuEntry; int ReplaceOrgRecMenu; int PatchNew; + int ShowOnlyRecs; int ShowNewRecs; int DescendSorting; int GoLastReplayed; @@ -36,6 +39,7 @@ class myMenuSetup:public cMenuSetupPage int showrecdate; int showrectime; int showreclength; + int showrecrating; int hidemainmenuentry; int replaceorgrecmenu; int patchnew; |