From afdfc215d7f5574df156dd23983ea632258a9aa7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 18 Jul 2013 12:41:36 -0700 Subject: [PATCH] Manager: remove the last call to https_to_https() --- clientgui/NoticeListCtrl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clientgui/NoticeListCtrl.cpp b/clientgui/NoticeListCtrl.cpp index 8f304d2c29..1182f09161 100644 --- a/clientgui/NoticeListCtrl.cpp +++ b/clientgui/NoticeListCtrl.cpp @@ -563,7 +563,6 @@ wxString CNoticeListCtrl::OnGetItem(size_t i) const { strBuffer += strCreateTime; if (!strURL.IsEmpty()) { - https_to_http(strURL); strTemp.Printf( wxT(" · %s "), strURL.c_str(),