From 2a2f3c94192c6c960bb566f74a36ca89129c730a Mon Sep 17 00:00:00 2001 From: mrwastl Date: Mon, 13 Jun 2011 19:56:01 +0200 Subject: beauty patch (include i18n.h only when needed), change plugin id-string --- plugin.c | 7 +++++-- 1 file 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 #include +#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; -- cgit v1.2.3