diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-10 15:34:23 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-10 15:34:23 +0200 |
commit | deb96b372eabf2bc641c05e6beb20671d1047cc6 (patch) | |
tree | 75bd31a5c589afe4f4e04cb6be7c392e48ad379d /channels.h | |
parent | 360d8fe6b1faeea134f7a18d45ebbe69fd685be6 (diff) | |
download | vdr-deb96b372eabf2bc641c05e6beb20671d1047cc6.tar.gz vdr-deb96b372eabf2bc641c05e6beb20671d1047cc6.tar.bz2 |
The option "Setup/Miscellaneous/Show channel names with source" can now be set to "type" or "full"
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 4.2 2015/08/17 09:39:48 kls Exp $ + * $Id: channels.h 4.3 2017/06/10 15:06:40 kls Exp $ */ #ifndef __CHANNELS_H @@ -123,6 +123,7 @@ private: bool groupSep; int __EndData__; mutable cString nameSource; + mutable int nameSourceMode; mutable cString shortNameSource; cString parameters; mutable int modification; |