summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-14 14:47:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-14 14:47:01 +0200
commit08fb5e2dbd09a43276298721fd0be273e07954da (patch)
tree5fa601ef41918614a55a7b858df0eb6dd9e94b59 /menu.c
parentc9e0393d805ea5ad634675d240f6f471039215dd (diff)
downloadvdr-08fb5e2dbd09a43276298721fd0be273e07954da.tar.gz
vdr-08fb5e2dbd09a43276298721fd0be273e07954da.tar.bz2
The preferred audio language is now automatically selected when starting replay
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index fba03a32..bb72d9fa 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.428 2006/04/09 14:29:24 kls Exp $
+ * $Id: menu.c 1.429 2006/04/14 14:28:34 kls Exp $
*/
#include "menu.h"
@@ -3788,6 +3788,7 @@ cReplayControl::cReplayControl(void)
marks.Load(fileName);
cRecording Recording(fileName);
cStatus::MsgReplaying(this, Recording.Name(), Recording.FileName(), true);
+ SetTrackDescriptions(false);
}
cReplayControl::~cReplayControl()