diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-03-09 18:42:04 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-03-09 18:42:04 +0100 |
commit | fd47a9dce6ae3e04776b8d76d68e4c43a9a08320 (patch) | |
tree | 95f936797a97f72e2ae3b13b0652ec5ab2fd8a88 /epgsearch.c | |
parent | 401552d18be019e2c440a9d220ac3e665011ad08 (diff) | |
download | vdr-plugin-epgsearch-fd47a9dce6ae3e04776b8d76d68e4c43a9a08320.tar.gz vdr-plugin-epgsearch-fd47a9dce6ae3e04776b8d76d68e4c43a9a08320.tar.bz2 |
auto enable Wareagle icons if VDRSymbols font is used
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index d4d26da..12a4e43 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <langinfo.h> #endif -static const char VERSION[] = "0.9.25.beta10"; +static const char VERSION[] = "0.9.25.beta11"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |