From 8afdc259ac0346eca088037d52e589fff697d9c9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 19 Apr 2024 15:21:59 +0300 Subject: =?UTF-8?q?fixes=20#4367=20(NewStory:=20=D0=9A=D0=BB=D0=B8=D0=BA?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B5=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D1=81=D1=80=D0=B0=D0=B1=D0=B0=D1=82=D1=8B=D0=B2=D0=B0?= =?UTF-8?q?=D0=B5=D1=82,=20=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=BC=D1=8B=D0=BA=D0=B0=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BA=20=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BA=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/webpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NewStory/src/webpage.cpp b/plugins/NewStory/src/webpage.cpp index 376a59b1f0..716bfd6459 100644 --- a/plugins/NewStory/src/webpage.cpp +++ b/plugins/NewStory/src/webpage.cpp @@ -693,7 +693,7 @@ void NSWebPage::make_url(LPCWSTR url, LPCWSTR, std::wstring &out) void NSWebPage::on_anchor_click(const char *pszUtl, const element::ptr &) { - Utils_OpenUrl(pszUtl); + Utils_OpenUrlW(Utf2T(pszUtl)); } void NSWebPage::set_base_url(const char *) -- cgit v1.2.3