summaryrefslogtreecommitdiff
path: root/menu_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_main.c')
-rw-r--r--menu_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_main.c b/menu_main.c
index a38e640..1b48602 100644
--- a/menu_main.c
+++ b/menu_main.c
@@ -258,7 +258,7 @@ eOSState cMenuSearchMain::Switch(void)
if (channel && cDevice::PrimaryDevice()->SwitchChannel(channel, true))
return osEnd;
}
- Skins.Message(mtInfo, trVDR("Can't switch channel!"));
+ INFO(trVDR("Can't switch channel!"));
return osContinue;
}