mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:update the title text of the enter ip address
Change-Id: I308b72cfa1dfcd138c3314f60db0556adae805dc
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user