summaryrefslogtreecommitdiff
path: root/channelgroup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-06-03 09:52:54 +0200
committerlouis <louis.braun@gmx.de>2013-06-03 09:52:54 +0200
commite87e589416466453d5a8b630b8a514f33f622e86 (patch)
tree10440604ad94f69d812846e3ac88be7e39ec24cb /channelgroup.c
parentd2e13f083b60b5251cd5d845f49bac48119800e2 (diff)
downloadvdr-plugin-tvguide-e87e589416466453d5a8b630b8a514f33f622e86.tar.gz
vdr-plugin-tvguide-e87e589416466453d5a8b630b8a514f33f622e86.tar.bz2
display of additional EPG pictures in detailed epg view
Diffstat (limited to 'channelgroup.c')
-rw-r--r--channelgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channelgroup.c b/channelgroup.c
index a089210..889318e 100644
--- a/channelgroup.c
+++ b/channelgroup.c
@@ -60,7 +60,7 @@ void cChannelGroupGrid::Draw(void) {
int x = (Width() - textWidth) / 2;
pixmap->DrawText(cPoint(x, textY), *text, colorText, colorTextBack, tvguideConfig.FontChannelGroups);
} else if (tvguideConfig.displayMode == eHorizontal) {
- std::string nameUpper = name;
+ std::string nameUpper = name;
std::transform(nameUpper.begin(), nameUpper.end(),nameUpper.begin(), ::toupper);
int numChars = nameUpper.length();
int charHeight = tvguideConfig.FontChannelGroupsHorizontal->Height();