summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-09-17 23:16:18 +0000
committerphintuka <phintuka>2007-09-17 23:16:18 +0000
commitd5b201405d5403f0c385179b7a14ff1a883eb57e (patch)
treebed9aa9fda3ccb96a121d5f200d299363abdab20
parentd218670bdf4c9293d69969752210de20bd06f2dc (diff)
downloadxineliboutput-d5b201405d5403f0c385179b7a14ff1a883eb57e.tar.gz
xineliboutput-d5b201405d5403f0c385179b7a14ff1a883eb57e.tar.bz2
include i18n.h (defines trVDR for vdr-1.4.x)
-rw-r--r--menu.c3
-rw-r--r--setup_menu.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 53e9dec3..c80c7937 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c,v 1.41 2007-09-17 19:15:10 phelin Exp $
+ * $Id: menu.c,v 1.42 2007-09-17 23:16:18 phintuka Exp $
*
*/
@@ -24,6 +24,7 @@
#include "device.h"
#include "media_player.h"
#include "equalizer.h"
+#include "i18n.h" // trVDR for VDR-1.4.x
#ifndef HOTKEY_START
# define HOTKEY_START kRed
diff --git a/setup_menu.c b/setup_menu.c
index 971a3d1b..24febd4b 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.37 2007-09-17 20:58:49 phelin Exp $
+ * $Id: setup_menu.c,v 1.38 2007-09-17 23:16:18 phintuka Exp $
*
*/
@@ -17,6 +17,7 @@
#include "device.h"
#include "menuitems.h"
#include "config.h"
+#include "i18n.h" // trVDR for vdr-1.4.x
namespace XinelibOutputSetupMenu {