diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-03-06 22:34:19 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-03-06 22:34:19 +0100 |
commit | c8338ee6b4edfe87591492635b317a208de491b1 (patch) | |
tree | e40e93f6a13163f827adedb2d684b4618454264f /menu_whatson.c | |
parent | 00b5f250c69a88a202faaa84abc0ca1a880b6b21 (diff) | |
download | vdr-plugin-epgsearch-c8338ee6b4edfe87591492635b317a208de491b1.tar.gz vdr-plugin-epgsearch-c8338ee6b4edfe87591492635b317a208de491b1.tar.bz2 |
another typo
Diffstat (limited to 'menu_whatson.c')
-rw-r--r-- | menu_whatson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_whatson.c b/menu_whatson.c index 28b432d..45e8e63 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_SEPERATOR_ITEMS, Channel->Name(), MENU_SEPERATOR_ITEMS); + cString szGroup = cString::sprintf("%s\t %s %s", MENU_SEPARATOR_ITEMS, Channel->Name(), MENU_SEPARATOR_ITEMS); cOsdItem* pGroupItem = new cOsdItem(szGroup); pGroupItem->SetSelectable(false); Add(pGroupItem); |