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_main.c | |
parent | 00b5f250c69a88a202faaa84abc0ca1a880b6b21 (diff) | |
download | vdr-plugin-epgsearch-c8338ee6b4edfe87591492635b317a208de491b1.tar.gz vdr-plugin-epgsearch-c8338ee6b4edfe87591492635b317a208de491b1.tar.bz2 |
another typo
Diffstat (limited to 'menu_main.c')
-rw-r--r-- | menu_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_main.c b/menu_main.c index 516af7a..3ee3e74 100644 --- a/menu_main.c +++ b/menu_main.c @@ -141,7 +141,7 @@ void cMenuSearchMain::PrepareSchedule(cChannel *Channel) struct tm *t_lastevent = localtime_r(&lastEventDate, &tm_rLastEvent); if (t_event->tm_mday != t_lastevent->tm_mday) { - cString szSep = cString::sprintf("%s\t %s %s", MENU_SEPERATOR_ITEMS, GETDATESTRING(Event), MENU_SEPERATOR_ITEMS); + cString szSep = cString::sprintf("%s\t %s %s", MENU_SEPARATOR_ITEMS, GETDATESTRING(Event), MENU_SEPARATOR_ITEMS); cOsdItem* pSepItem = new cOsdItem(szSep); pSepItem->SetSelectable(false); Add(pSepItem); |