diff options
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mymenusetup.h b/mymenusetup.h index bd6f1a1..8813ac9 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -3,15 +3,16 @@ class mySetup { public: + mySetup(); int ShowRecDate; int ShowRecTime; int ShowRecLength; int HideMainMenuEntry; int ReplaceOrgRecMenu; int PatchNew; - int PatchDvd; int ShowDvdNr; int ShowNewRecs; + int SortRecords; bool wasdvd; // needed for dvdarchive-patch functionality }; @@ -20,15 +21,16 @@ extern mySetup mysetup; class myMenuSetup:public cMenuSetupPage { private: + const char *sortrecordstext[4]; int showrecdate; int showrectime; int showreclength; int hidemainmenuentry; int replaceorgrecmenu; int patchnew; - int patchdvd; int showdvdnr; int shownewrecs; + int sortrecords; protected: virtual void Store(); public: |