summaryrefslogtreecommitdiff
path: root/player.c
diff options
context:
space:
mode:
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();
}
}