mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- adapt ShowMsg handling from martii's neutrino-mp
This commit is contained in:
@@ -223,7 +223,7 @@ int CMotorControl::exec(CMenuTarget* parent, const std::string &)
|
||||
buf += " ";
|
||||
buf += satname;
|
||||
buf += " ?";
|
||||
store = (ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, buf,CMessageBox::mbrNo,CMessageBox::mbNo|CMessageBox::mbYes) == CMessageBox::mbrYes);
|
||||
store = (ShowMsg(LOCALE_MESSAGEBOX_INFO, buf,CMessageBox::mbrNo,CMessageBox::mbNo|CMessageBox::mbYes) == CMessageBox::mbrYes);
|
||||
}
|
||||
}
|
||||
if(store)
|
||||
|
Reference in New Issue
Block a user