From 4000b35d600ecd71733cb929c407e814309f3f49 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Nov 2023 19:39:18 +0300 Subject: =?UTF-8?q?fixes=20#3854=20(PasteIt:=20=D1=81=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20"None"=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=D0=B8=D0=BC=D1=8B=D0=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/PasteIt/src/PasteToWeb2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PasteIt/src/PasteToWeb2.cpp') diff --git a/plugins/PasteIt/src/PasteToWeb2.cpp b/plugins/PasteIt/src/PasteToWeb2.cpp index e77def7eb0..57d89ab0c6 100644 --- a/plugins/PasteIt/src/PasteToWeb2.cpp +++ b/plugins/PasteIt/src/PasteToWeb2.cpp @@ -20,7 +20,7 @@ along with this program. If not, see . PasteFormat PasteToWeb2::defFormats[] = { - { L"text", L"Text" }, + { L"text", LPGENW("Text") }, { L"xml", L"XML" }, { L"html", L"HTML" }, { L"js", L"JavaScript" }, -- cgit v1.2.3