diff options
Diffstat (limited to 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/menu_commands.c b/menu_commands.c index 309aef5..25533db 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -107,8 +107,8 @@ eOSState cMenuSearchCommands::Switch(void) return osEnd; else { - Skins.Message(mtInfo, trVDR("Can't switch channel!")); - return osContinue; + INFO(trVDR("Can't switch channel!")); + return osContinue; } } @@ -200,7 +200,7 @@ eOSState cMenuSearchCommands::AddToSwitchList(void) time_t now = time(NULL); if (now >= event->StartTime()) { - Skins.Message(mtError, tr("Already running!")); + ERROR(tr("Already running!")); return osBack; } cSwitchTimer* switchTimer = SwitchTimers.InSwitchList(event); |