diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-26 16:17:36 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-26 16:17:36 +0000 |
commit | dd0362636658a20fb4144f6b221cf2808ffa6439 (patch) | |
tree | 3727488a86f229291e098d82f24cfb0f53883783 /live.cpp | |
parent | 437d74141563e8c4db671e95b6c8fc6f0225e1ea (diff) | |
download | vdr-plugin-live-dd0362636658a20fb4144f6b221cf2808ffa6439.tar.gz vdr-plugin-live-dd0362636658a20fb4144f6b221cf2808ffa6439.tar.bz2 |
Added OSD config
Diffstat (limited to 'live.cpp')
-rw-r--r-- | live.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <vdr/plugin.h> @@ -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) |