mirror of https://github.com/BOINC/boinc.git
Manager: remove the last call to https_to_https()
This commit is contained in:
parent
ce77d0623f
commit
afdfc215d7
|
@ -563,7 +563,6 @@ wxString CNoticeListCtrl::OnGetItem(size_t i) const {
|
|||
strBuffer += strCreateTime;
|
||||
|
||||
if (!strURL.IsEmpty()) {
|
||||
https_to_http(strURL);
|
||||
strTemp.Printf(
|
||||
wxT(" · <a target=_new href=%s>%s</a> "),
|
||||
strURL.c_str(),
|
||||
|
|
Loading…
Reference in New Issue