From 69ab28fe3563ca25153a7bc5bfab003f6c23d9aa Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 13 Mar 2006 13:43:16 +0100 Subject: Version 0.4 - add option to hide main menu entry - set tabs depending on the shown recordings details - looks more fancy and there is more space for the recording names - fixed a possible memory leak --- mymenusetup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mymenusetup.h') diff --git a/mymenusetup.h b/mymenusetup.h index b137789..7dde4bb 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -1,9 +1,12 @@ +#include + class mySetup { public: int ShowRecDate; int ShowRecTime; int ShowRecLength; + int HideMainMenuEntry; }; extern mySetup mysetup; @@ -14,6 +17,7 @@ class myMenuSetup:public cMenuSetupPage int showrecdate; int showrectime; int showreclength; + int hidemainmenuentry; protected: virtual void Store(); public: -- cgit v1.2.3