1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

Fixed SetText copy mode.

This commit is contained in:
Rolf Ahrenberg 2008-02-18 16:50:07 +00:00
parent dd540f8eef
commit c8fe6b1389

View File

@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: setup.c,v 1.55 2008/02/18 11:54:01 rahrenbe Exp $
* $Id: setup.c,v 1.56 2008/02/18 16:50:07 rahrenbe Exp $
*/
#include <string.h>
@ -417,7 +417,7 @@ cIptvMenuChannelItem::cIptvMenuChannelItem(cChannel *Channel)
void cIptvMenuChannelItem::Set(void)
{
SetText(cString::sprintf("%d\t%s", channel->Number(), channel->Name()), false);
SetText(cString::sprintf("%d\t%s", channel->Number(), channel->Name()));
}
// --- cIptvMenuChannels -----------------------------------------------------