summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManiac <maniac>2011-05-25 18:01:49 +0200
committerManiac <maniac>2011-05-25 18:01:49 +0200
commit7d1f2866a6f814abacd3708786c25c54f9d904ce (patch)
treeb82327adebed2f71fb876e474b95861259a269ae
parent1ccbe6d3ee727794d1cf6a7d8b557508207de060 (diff)
downloadvdr-plugin-skinpearlhd-7d1f2866a6f814abacd3708786c25c54f9d904ce.tar.gz
vdr-plugin-skinpearlhd-7d1f2866a6f814abacd3708786c25c54f9d904ce.tar.bz2
fix previous commit
-rw-r--r--pearlhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pearlhd.c b/pearlhd.c
index 1eae562..fffabf8 100644
--- a/pearlhd.c
+++ b/pearlhd.c
@@ -960,7 +960,7 @@ void cSkinPearlHDDisplayMenu::SetItem(const char *Text, int Index, bool Current,
{
int xt = x1Item+75 + Tab(i);
if (!IsTextProgressbar(s))
- osd->DrawText(xt, y1Item+4, s, Theme.Color(Current ? clrFontColor : clrFontColorInactive), Theme.Color(Current ? clrMainSolid : clrLoLight), fontSansBook27, x2Item-xt));
+ osd->DrawText(xt, y1Item+4, s, Theme.Color(Current ? clrFontColor : clrFontColorInactive), Theme.Color(Current ? clrMainSolid : clrLoLight), fontSansBook27, x2Item-xt);
else
{
std::string text = s;