diff options
Diffstat (limited to 'plugins/PasteIt/src/PasteToWeb1.cpp')
-rw-r--r-- | plugins/PasteIt/src/PasteToWeb1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PasteIt/src/PasteToWeb1.cpp b/plugins/PasteIt/src/PasteToWeb1.cpp index 706f6c2171..f59a38b8cf 100644 --- a/plugins/PasteIt/src/PasteToWeb1.cpp +++ b/plugins/PasteIt/src/PasteToWeb1.cpp @@ -224,7 +224,7 @@ PasteFormat PasteToWeb1::formats[] = PasteFormat PasteToWeb1::defFormats[] =
{
- { L"text", L"None" },
+ { L"text", LPGENW("None") },
{ L"xml", L"XML" },
{ L"html4strict", L"HTML" },
{ L"html5", L"HTML 5" },
|