From 5d99df7b7760c4a2b497c737a15b609008f6d56d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 16 May 2004 10:35:36 +0200 Subject: Implemented 'skins' and 'themes' --- player.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player.c') diff --git a/player.c b/player.c index a88c5010..c08e4230 100644 --- a/player.c +++ b/player.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: player.c 1.6 2002/11/02 14:55:37 kls Exp $ + * $Id: player.c 1.7 2004/04/16 13:34:11 kls Exp $ */ #include "player.h" @@ -80,7 +80,7 @@ void cControl::Attach(void) if (cDevice::PrimaryDevice()->AttachPlayer(control->player)) control->attached = true; else { - Interface->Error(tr("Channel locked (recording)!")); + Skins.Message(mtError, tr("Channel locked (recording)!")); Shutdown(); } } -- cgit v1.2.3