FIX: change to 'Video Stopped'
Change-Id: Ie8ed7865719652998577d2801ad71bc7da1f634f Jira: none (cherry picked from commit 69ad831570601554589057983ba7c7caa7964cf2)
This commit is contained in:
parent
d9473fd384
commit
f99116d251
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ void MediaPlayCtrl::Stop(wxString const &msg)
|
|||
#endif
|
||||
SetStatus(msg2);
|
||||
} else
|
||||
SetStatus(_L("Stopped."), false);
|
||||
SetStatus(_L("Video Stopped."), false);
|
||||
m_last_state = MEDIASTATE_IDLE;
|
||||
bool auto_retry = wxGetApp().app_config->get("liveview", "auto_retry") != "false";
|
||||
if (!auto_retry || m_failed_code >= 100 || m_failed_code == 1) // not keep retry on local error or EOS
|
||||
|
|
Loading…
Reference in a new issue