src/gui/scan_setup.cpp use CHintBox for reloadchannels

Origin commit data
------------------
Commit: c0ce2a0d3b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-06 (Sun, 06 Nov 2016)
This commit is contained in:
Jacek Jendrzej
2016-11-06 18:45:01 +01:00
parent eb0224cfc9
commit 699d6a311b

View File

@@ -371,7 +371,7 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey)
else if(actionKey == "reloadchannels")
{
printf("[neutrino] CScanSetup::%s reloadchannels...\n", __FUNCTION__);
CHint chb(LOCALE_SERVICEMENU_RELOAD_HINT);
CHintBox chb(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_SERVICEMENU_RELOAD_HINT));
chb.paint();
/* save if changed, to make sure NEW/REMOVED/... flags are updated */
CServiceManager::getInstance()->SaveServices(true, true);