diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-06-01 18:19:15 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-01 18:19:15 +0200 |
commit | a6fd920e2d4dd35158353c73e05336a68c9210c3 (patch) | |
tree | 45b3636b8745224a6866a97c8cc722cef7525c3f /i18n.h | |
parent | b8a511a5688f1b050ed9ee2bb76b5557154c9907 (diff) | |
download | vdr-plugin-text2skin-a6fd920e2d4dd35158353c73e05336a68c9210c3.tar.gz vdr-plugin-text2skin-a6fd920e2d4dd35158353c73e05336a68c9210c3.tar.bz2 |
New release version 1.2v1.2
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #if VDRVERSNUM < 10507 #define trNOOP(s) (s) +#define trVDR(s) tr(s) extern const tI18nPhrase Phrases[]; |