summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/src/PasteToWeb2.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-06 19:39:18 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-06 19:39:18 +0300
commit4000b35d600ecd71733cb929c407e814309f3f49 (patch)
treebe38312fcc224de3d84db05c4da900a6e8dc3744 /plugins/PasteIt/src/PasteToWeb2.cpp
parent3514cf14b90ef174ce957723f1fb248670eec8a7 (diff)
fixes #3854 (PasteIt: сделать "None" переводимым)
Diffstat (limited to 'plugins/PasteIt/src/PasteToWeb2.cpp')
-rw-r--r--plugins/PasteIt/src/PasteToWeb2.cpp2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
PasteFormat PasteToWeb2::defFormats[] =
{
- { L"text", L"Text" },
+ { L"text", LPGENW("Text") },
{ L"xml", L"XML" },
{ L"html", L"HTML" },
{ L"js", L"JavaScript" },