- adapt ShowHint handling from martii's neutrino-mp

This commit is contained in:
svenhoefer
2014-01-22 12:11:52 +01:00
parent cfe6facea4
commit 6995e1a765
11 changed files with 62 additions and 64 deletions

View File

@@ -1553,7 +1553,7 @@ int CTPSelectHandler::exec(CMenuTarget* parent, const std::string &actionkey)
if (i == 0) {
std::string text = "No transponders found for ";
text += name;
ShowHintUTF(LOCALE_MESSAGEBOX_ERROR, text.c_str(), 450, 2);
ShowHint(LOCALE_MESSAGEBOX_ERROR, text.c_str(), 450, 2);
return menu_return::RETURN_REPAINT;
}