| 108 | |
| 109 | |
| 110 | void CServerWnd::UpdateServerMetFromURL(const wxString& strURL) |
| 111 | { |
| 112 | thePrefs::SetEd2kServersUrl(strURL); |
| 113 | theApp->serverlist->UpdateServerMetFromURL(strURL); |
| 114 | } |
| 115 | |
| 116 | |
| 117 | void CServerWnd::OnBnClickedAddserver(wxCommandEvent& WXUNUSED(evt)) |
no outgoing calls
no test coverage detected