diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-03-14 16:45:35 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-03-14 16:45:35 +0100 |
commit | dda6babd28ffef10bed47f53f2b4a9168fa90a67 (patch) | |
tree | 961f4e90c9b8014ee347b1eaa5b2b67a63f1bb36 /mymenusetup.h | |
parent | 69ab28fe3563ca25153a7bc5bfab003f6c23d9aa (diff) | |
download | vdr-plugin-extrecmenu-dda6babd28ffef10bed47f53f2b4a9168fa90a67.tar.gz vdr-plugin-extrecmenu-dda6babd28ffef10bed47f53f2b4a9168fa90a67.tar.bz2 |
Version 0.5v0.5
- improved updating of moved or renamed recordings - updating should be faster now
- added patch and option to replace VDR's recordings menu; thanks to 'egal' from vdr-portal.de
- fixed the settings of tabs
- month of a recording was shown the wrong way - fixed
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 2 |
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: |