diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-08-02 16:01:52 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-08-02 16:01:52 +0200 |
| commit | f79593139e7c46f7ce92711229485a46fa5d7c58 (patch) | |
| tree | 35d6412641af902ad56d21e9c549a5f608336956 /tvonscreen.cpp | |
| parent | 5bdb0a08787c65532625ca74aebee76bbf2606a6 (diff) | |
| download | vdr-plugin-tvonscreen-f79593139e7c46f7ce92711229485a46fa5d7c58.tar.gz vdr-plugin-tvonscreen-f79593139e7c46f7ce92711229485a46fa5d7c58.tar.bz2 | |
Added patch from freevdr for HD-OSD
Diffstat (limited to 'tvonscreen.cpp')
| -rw-r--r-- | tvonscreen.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tvonscreen.cpp b/tvonscreen.cpp index 47e56ba..6353c21 100644 --- a/tvonscreen.cpp +++ b/tvonscreen.cpp @@ -3,8 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: tvonscreen.c,v 1.15 2006/06/18 13:59:36 schmitzj Exp $ - * */ #include <vdr/plugin.h> @@ -12,7 +10,7 @@ #include "config.h" #include "i18n.h" -static const char *VERSION = "1.0.141"; +static const char *VERSION = "1.1.141"; static const char *DESCRIPTION = trNOOP("Shows the EPG info in form of a typical TV magazine"); static const char *MAINMENUENTRY = trNOOP("TV-OnScreen"); |
