mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Amend edca2e0
: copy && paste error
This commit is contained in:
parent
edca2e0c4a
commit
1967d5411c
@ -1522,7 +1522,7 @@ static string correctlanguagesetting(string par, bool from_regex, bool withforma
|
||||
parlen--;
|
||||
}
|
||||
string result = removefontinfo(par.substr(0, parlen));
|
||||
LYXERR(Debug::FIND, "input: \"" << result, << "\n");
|
||||
LYXERR(Debug::FIND, "input: \"" << result << "\"");
|
||||
result = splitForColors(result);
|
||||
LYXERR(Debug::FIND, "After split: \"" << result << "\"");
|
||||
bool handle_colors = false;
|
||||
|
Loading…
Reference in New Issue
Block a user