diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:42:57 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:45:11 +0100 |
commit | 24caa0c99ed1482655d1832d5e23ec69a6d10962 (patch) | |
tree | 66e63bab968516421a8d700118fd2abbfd5e170e /ttxtsubs.c | |
parent | f2a84e51aa977e0287a6115bfd27fd37f7f18c6f (diff) | |
download | vdr-plugin-ttxtsubs-24caa0c99ed1482655d1832d5e23ec69a6d10962.tar.gz vdr-plugin-ttxtsubs-24caa0c99ed1482655d1832d5e23ec69a6d10962.tar.bz2 |
- Small adjustments for VDR 1.2.1v0.0.3
Diffstat (limited to 'ttxtsubs.c')
-rw-r--r-- | ttxtsubs.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: ttxtsubs.c,v 1.13 2003/05/04 22:38:35 ragge Exp $ + * $Id: ttxtsubs.c,v 1.15 2003/06/20 02:35:37 ragge Exp $ */ #include <vdr/plugin.h> @@ -18,7 +18,7 @@ #include "siinfo.h" #include "ttxtsubs.h" -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "Teletext subtitles"; //static const char *MAINMENUENTRY = "Ttxtsubs"; @@ -38,9 +38,10 @@ char *gLanguages[] = "pol", //Polish "spa", //Spanish "gre", //Greek - "swe", //Swedish + "swe", //"sve? Swedish "rom", //Romanian "hun", //Hungarian + "cat", //Catalanian // Not in translations! "dan" //Danish }; |