MGR: Fix “more…” links in wxWebView-based Notices

This commit is contained in:
Charlie Fenton 2013-11-11 07:35:31 -08:00
parent 265e3a1542
commit 18e1c72561
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ void CNoticeListCtrl::SetItemCount(int newCount) {
if (!strURL.IsEmpty()) {
strTemp.Printf(
wxT(" &middot; <a target=_new href=%s>%s</a> "),
wxT(" &middot; <a href=%s>%s</a> "),
strURL.c_str(),
_("more...")
);