fix an i18n issue
This commit is contained in:
parent
a298c00ede
commit
77ffb71369
@ -78,6 +78,7 @@ namespace nana
|
|||||||
if (escape)
|
if (escape)
|
||||||
{
|
{
|
||||||
escape = false;
|
escape = false;
|
||||||
|
str_ += '\\';
|
||||||
str_ += *i;
|
str_ += *i;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user