summaryrefslogtreecommitdiff
path: root/epgsearchtools.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-05-01 10:00:37 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-05-01 10:00:37 +0200
commitae03af9e933a76566490bbec22078ecf68a8d033 (patch)
tree02284fd46db6c549920d3f2c6c4e0dd95a795437 /epgsearchtools.h
parent67cf37e18b6c278721801d2628c37ef8bb8bc6dc (diff)
downloadvdr-plugin-epgsearch-ae03af9e933a76566490bbec22078ecf68a8d033.tar.gz
vdr-plugin-epgsearch-ae03af9e933a76566490bbec22078ecf68a8d033.tar.bz2
french translation update, 0.9.25.beta1
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r--epgsearchtools.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epgsearchtools.h b/epgsearchtools.h
index 44d202b..2a4c78d 100644
--- a/epgsearchtools.h
+++ b/epgsearchtools.h
@@ -76,8 +76,9 @@ using std::string;
#define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff)
-// Icons used in VDRSymbols-Font
+#if APIVERSNUM >= 10503
+// Icons used in VDRSymbols-Font
#define ICON_REC 0x8B
#define ICON_RUNNING 0x92
#define ICON_CLOCK 0x8C
@@ -87,8 +88,7 @@ using std::string;
#define ICON_BAR_EMPTY 0x89
#define ICON_BAR_CLOSE 0x8A
#define ICON_VPS 0x93
-
-/*
+#else
// previous WAREAGLE icons
#define ICON_REC 0xF9
#define ICON_RUNNING 0xFB
@@ -99,7 +99,7 @@ using std::string;
#define ICON_BAR_EMPTY 0x83
#define ICON_BAR_CLOSE 0x84
#define ICON_VPS 0x56
-*/
+#endif
// UTF-8 Icons
#define ICON_BAR_OPEN_UTF8 "\uE007"