mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Quote backspace in string
This commit is contained in:
parent
c5c480bb3c
commit
6f12fe596c
@ -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"] =
|
||||
|
Loading…
Reference in New Issue
Block a user