summaryrefslogtreecommitdiff
path: root/menu_whatson.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_whatson.c')
-rw-r--r--menu_whatson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_whatson.c b/menu_whatson.c
index 05af12d..28b432d 100644
--- a/menu_whatson.c
+++ b/menu_whatson.c
@@ -414,7 +414,7 @@ void cMenuWhatsOnSearch::LoadSchedules()
{
if (EPGSearchConfig.showChannelGroups && strlen(Channel->Name()))
{
- cString szGroup = cString::sprintf("%s\t %s %s", MENU_SEPPERATOR_ITEMS, Channel->Name(), MENU_SEPPERATOR_ITEMS);
+ cString szGroup = cString::sprintf("%s\t %s %s", MENU_SEPERATOR_ITEMS, Channel->Name(), MENU_SEPERATOR_ITEMS);
cOsdItem* pGroupItem = new cOsdItem(szGroup);
pGroupItem->SetSelectable(false);
Add(pGroupItem);