summaryrefslogtreecommitdiff
path: root/skins.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-11-03 14:10:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-11-03 14:10:59 +0100
commitff4aed2227476d53f90df7e7b61aa63f6de11f5d (patch)
treee8203b92a7410154779d57221fa8e421cd8ebd6a /skins.h
parent39f6b6fc6b93609c5ef5bcccdc3afd00ded7402d (diff)
downloadvdr-ff4aed2227476d53f90df7e7b61aa63f6de11f5d.tar.gz
vdr-ff4aed2227476d53f90df7e7b61aa63f6de11f5d.tar.bz2
The new menu category mcRecordingEdit is now used to mark menus that edit recording properties
Diffstat (limited to 'skins.h')
-rw-r--r--skins.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins.h b/skins.h
index 47a03fc8..8c01aa95 100644
--- a/skins.h
+++ b/skins.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: skins.h 3.1 2013/08/21 10:29:10 kls Exp $
+ * $Id: skins.h 3.2 2013/11/03 14:07:34 kls Exp $
*/
#ifndef __SKINS_H
@@ -101,6 +101,7 @@ enum eMenuCategory {
mcTimerEdit,
mcRecording,
mcRecordingInfo,
+ mcRecordingEdit,
mcPlugin,
mcPluginSetup,
mcSetup,