summaryrefslogtreecommitdiff
path: root/mymenusetup.h
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2007-10-24 19:29:46 +0200
committerAndreas Mair <andreas@vdr-developer.org>2007-10-24 19:29:46 +0200
commit3b617b561f901e8f7a5f8991bc1d51e1ee800142 (patch)
tree0bbf93eab394f637d0e1c5b286a04e2226b08f9e /mymenusetup.h
parent57e0533f20b14e208e41e56f80fd15b3d18f90f1 (diff)
downloadvdr-plugin-extrecmenu-3b617b561f901e8f7a5f8991bc1d51e1ee800142.tar.gz
vdr-plugin-extrecmenu-3b617b561f901e8f7a5f8991bc1d51e1ee800142.tar.bz2
Version 1.1v1.1
- fixed an issue with starting an editing process; thank to Andreas Mair for the patch - new marker ('*') is shown despite the setup option 'Show alternative to new marker' is on and 'Patch font' is off; fixed; thanks to Saxman2k from vdr-portal.de for reporting - added option to switch off cutter queue
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 8332b93..cd8b601 100644
--- a/mymenusetup.h
+++ b/mymenusetup.h
@@ -18,6 +18,7 @@ class mySetup
int UseVDRsRecInfoMenu;
int PatchFont;
int FileSystemFreeMB;
+ int UseCutterQueue;
};
extern mySetup mysetup;
@@ -40,6 +41,7 @@ class myMenuSetup:public cMenuSetupPage
int usevdrsrecinfomenu;
int patchfont;
int filesystemfreemb;
+ int usecutterqueue;
protected:
virtual void Store();
public: