summaryrefslogtreecommitdiff
path: root/player.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-16 10:35:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-16 10:35:36 +0200
commit5d99df7b7760c4a2b497c737a15b609008f6d56d (patch)
treea342f2f7465a73fe2bd63848d87566af8d646dd3 /player.c
parent7aab06d8b1c6de59d06756d44c631984acd299b3 (diff)
downloadvdr-5d99df7b7760c4a2b497c737a15b609008f6d56d.tar.gz
vdr-5d99df7b7760c4a2b497c737a15b609008f6d56d.tar.bz2
Implemented 'skins' and 'themes'
Diffstat (limited to 'player.c')
-rw-r--r--player.c4
1 files changed, 2 insertions, 2 deletions
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();
}
}