From 45d261fb7448daed79b9873e0929386dfee0445f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 17 Jun 2012 12:27:07 +0200 Subject: 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 --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') 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; -- cgit v1.2.3