summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugin.c b/plugin.c
index 9418ca0..c308e2d 100644
--- a/plugin.c
+++ b/plugin.c
@@ -18,16 +18,19 @@
#include "display.h"
#include "global.h"
-#include "i18n.h"
#include "menu.h"
#include <vdr/plugin.h>
#include <ctype.h>
+#if APIVERSNUM < 10503
+#include "i18n.h"
+#endif
+
static const char * kPluginName = "graphlcd";
-static const char *VERSION = "0.2.0-git";
+static const char *VERSION = "0.2.0-touchcol-git";
static const char *DESCRIPTION = "Output to graphic LCD";
static const char *MAINMENUENTRY = NULL;