mirror of https://github.com/BOINC/boinc.git
MGR: Fix “more…” links in wxWebView-based Notices
This commit is contained in:
parent
265e3a1542
commit
18e1c72561
|
@ -196,7 +196,7 @@ void CNoticeListCtrl::SetItemCount(int newCount) {
|
||||||
|
|
||||||
if (!strURL.IsEmpty()) {
|
if (!strURL.IsEmpty()) {
|
||||||
strTemp.Printf(
|
strTemp.Printf(
|
||||||
wxT(" · <a target=_new href=%s>%s</a> "),
|
wxT(" · <a href=%s>%s</a> "),
|
||||||
strURL.c_str(),
|
strURL.c_str(),
|
||||||
_("more...")
|
_("more...")
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue