From dd0362636658a20fb4144f6b221cf2808ffa6439 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 26 Apr 2007 16:17:36 +0000 Subject: Added OSD config --- live.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'live.cpp') diff --git a/live.cpp b/live.cpp index e5f97ff..9997a8d 100644 --- a/live.cpp +++ b/live.cpp @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.13 2007/01/18 18:29:30 lordjaxom Exp $ + * $Id: live.cpp,v 1.14 2007/04/26 16:17:36 thomas Exp $ */ #include @@ -69,7 +69,7 @@ cString Plugin::Active(void) cMenuSetupPage *Plugin::SetupMenu(void) { - return NULL; + return new cMenuSetupLive(); } bool Plugin::SetupParse(const char *Name, const char *Value) -- cgit v1.2.3