summaryrefslogtreecommitdiff
path: root/skinenigmang.c
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-07-02 12:12:06 +0200
committerAndreas Mair <amair.sob@googlemail.com>2007-07-02 12:12:06 +0200
commit40650ddcf7b4142790b786e50f315dade90e8678 (patch)
treea057261ca415fd1fdd40f1b3ea0e4fc3fa547131 /skinenigmang.c
parentfc61e314442d22bb7886dba77380497b776fcb62 (diff)
downloadvdr-plugin-skinenigmang-40650ddcf7b4142790b786e50f315dade90e8678.tar.gz
vdr-plugin-skinenigmang-40650ddcf7b4142790b786e50f315dade90e8678.tar.bz2
2007-07-02: Version 0.0.5v0.0.5
- Reworked font handling in menu OSD a little bit to (hopefully) fix crashes with plugins that patch fonts. - Updated Nederlands translation (Provided by dorpsgek @vdr-portal.de). - Don't make info area in mainmenu too small (Requested by vdrchuck @vdr-portal.de). - Save and restore TTF FixedFont (Reported by zulu @vdr-portal.de). - Updated Italian translation (Provided by Gringo). - Updated French translation (Provided by Pat @vdr-portal.de).
Diffstat (limited to 'skinenigmang.c')
-rw-r--r--skinenigmang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skinenigmang.c b/skinenigmang.c
index 8d4d86c..5e207ea 100644
--- a/skinenigmang.c
+++ b/skinenigmang.c
@@ -24,7 +24,7 @@
#warning "YOU NEED A PATCHED VDR 1.5.3 OR EnigmaNG WILL CRASH!"
#endif
-static const char VERSION[] = "0.0.5rc3";
+static const char VERSION[] = "0.0.5";
static const char DESCRIPTION[] = "EnigmaNG skin";
class cPluginSkinEnigma : public cPlugin {