From 18e1c7256148555ad75a23f5fd5720ac9eb08eae Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 11 Nov 2013 07:35:31 -0800 Subject: [PATCH] =?UTF-8?q?MGR:=20Fix=20=E2=80=9Cmore=E2=80=A6=E2=80=9D=20?= =?UTF-8?q?links=20in=20wxWebView-based=20Notices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientgui/NoticeListCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/NoticeListCtrl.cpp b/clientgui/NoticeListCtrl.cpp index 582f205e5c..513c0725ad 100644 --- a/clientgui/NoticeListCtrl.cpp +++ b/clientgui/NoticeListCtrl.cpp @@ -196,7 +196,7 @@ void CNoticeListCtrl::SetItemCount(int newCount) { if (!strURL.IsEmpty()) { strTemp.Printf( - wxT(" · %s "), + wxT(" · %s "), strURL.c_str(), _("more...") );