diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-06 19:39:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-06 19:39:18 +0300 |
commit | 4000b35d600ecd71733cb929c407e814309f3f49 (patch) | |
tree | be38312fcc224de3d84db05c4da900a6e8dc3744 /plugins/PasteIt/src/PasteToWeb2.cpp | |
parent | 3514cf14b90ef174ce957723f1fb248670eec8a7 (diff) |
fixes #3854 (PasteIt: сделать "None" переводимым)
Diffstat (limited to 'plugins/PasteIt/src/PasteToWeb2.cpp')
-rw-r--r-- | plugins/PasteIt/src/PasteToWeb2.cpp | 2 |
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" },
|