mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Keep tag consistent on traversal settings reset
This commit is contained in:
@ -457,7 +457,7 @@ void NetPlaySetupFrame::OnResetTraversal(wxCommandEvent& event)
|
|||||||
netplay_section.Set("TraversalPort", (std::string) "6262");
|
netplay_section.Set("TraversalPort", (std::string) "6262");
|
||||||
inifile.Save(dolphin_ini);
|
inifile.Save(dolphin_ini);
|
||||||
|
|
||||||
m_traversal_lbl->SetLabelText(_("Traversal: ") + "stun.dolphin-emu.org:6262");
|
m_traversal_lbl->SetLabelText(_("Traversal Server: ") + "stun.dolphin-emu.org:6262");
|
||||||
}
|
}
|
||||||
|
|
||||||
void NetPlaySetupFrame::OnTraversalListenPortChanged(wxCommandEvent& event)
|
void NetPlaySetupFrame::OnTraversalListenPortChanged(wxCommandEvent& event)
|
||||||
|
Reference in New Issue
Block a user