From 6b296b95881b97185c721a1acb15d35b6220be99 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Wed, 3 Jan 2007 15:54:31 +0000 Subject: - added internationalization --- live.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'live.cpp') diff --git a/live.cpp b/live.cpp index bd114cf..cf219d8 100644 --- a/live.cpp +++ b/live.cpp @@ -3,11 +3,12 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.3 2007/01/02 21:56:37 lordjaxom Exp $ + * $Id: live.cpp,v 1.4 2007/01/03 15:54:31 lordjaxom Exp $ */ #include #include +#include "i18n.h" #include "setup.h" #include "thread.h" @@ -52,6 +53,7 @@ bool Plugin::ProcessArgs(int argc, char *argv[]) bool Plugin::Start(void) { + RegisterI18n( vdrlive::Phrases ); // XXX error handling m_thread.reset( new ServerThread ); m_thread->Start(); -- cgit v1.2.3