summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-17 12:27:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-17 12:27:07 +0200
commit45d261fb7448daed79b9873e0929386dfee0445f (patch)
tree2487555b5fc227cdb26c930a828b8213938883d8 /config.h
parent1912d36f00b53ad33155f5788985f23ead69a873 (diff)
downloadvdr-45d261fb7448daed79b9873e0929386dfee0445f.tar.gz
vdr-45d261fb7448daed79b9873e0929386dfee0445f.tar.bz2
The new setup option "Miscellaneous/Show channel names with source" can be used to turn on adding the source character to channel names whenever they are displayed
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4c837054..acdf77a7 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 2.48 2012/06/03 13:04:49 kls Exp $
+ * $Id: config.h 2.49 2012/06/17 11:14:50 kls Exp $
*/
#ifndef __CONFIG_H
@@ -323,6 +323,7 @@ public:
int CurrentDolby;
int InitialVolume;
int ChannelsWrap;
+ int ShowChannelNamesWithSource;
int EmergencyExit;
int __EndData__;
cString InitialChannel;