]> git.lyx.org Git - lyx.git/commitdiff
Quote backspace in string
authorEnrico Forestieri <forenr@lyx.org>
Sat, 10 Jun 2017 21:12:49 +0000 (23:12 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 10 Jun 2017 21:12:49 +0000 (23:12 +0200)
src/insets/InsetListingsParams.cpp

index a2d2cea3c734b807cff32943a7ae341345264e71..063e63f1613e8aa4640bc18c1c47693bd4304047 100644 (file)
@@ -832,7 +832,7 @@ ParValidator::ParValidator()
                ListingsParam("", true, TRUEFALSE, "", empty_hint);
        all_params_[1]["space"] =
                ListingsParam("", false, ALL, "", _(
-                               "A macro. Default: \textvisiblespace"));
+                               "A macro. Default: \\textvisiblespace"));
        all_params_[1]["spacecolor"] =
                ListingsParam("", false, ALL, "", color_hint_mint);
        all_params_[1]["startinline"] =