ENH:update the title text of the enter ip address

Change-Id: I308b72cfa1dfcd138c3314f60db0556adae805dc
This commit is contained in:
tao wang 2023-01-18 11:45:35 +08:00 committed by Lane.Wei
parent 9a8f832498
commit faa918d872
2 changed files with 4 additions and 4 deletions

View file

@ -233,7 +233,7 @@ void MediaPlayCtrl::Stop(wxString const &msg)
++m_failed_retry;
if (m_failed_code != 0 && !m_tutk_support) {
m_next_retry = wxDateTime(); // stop retry
if (wxGetApp().show_modal_ip_address_enter_dialog(_L("Failed to start liveview"))) {
if (wxGetApp().show_modal_ip_address_enter_dialog(_L("LAN Connection Failed (Failed to start liveview)"))) {
m_failed_retry = 0;
m_next_retry = wxDateTime::Now();
}