mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +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--;
|
parlen--;
|
||||||
}
|
}
|
||||||
string result = removefontinfo(par.substr(0, parlen));
|
string result = removefontinfo(par.substr(0, parlen));
|
||||||
LYXERR(Debug::FIND, "input: \"" << result, << "\n");
|
LYXERR(Debug::FIND, "input: \"" << result << "\"");
|
||||||
result = splitForColors(result);
|
result = splitForColors(result);
|
||||||
LYXERR(Debug::FIND, "After split: \"" << result << "\"");
|
LYXERR(Debug::FIND, "After split: \"" << result << "\"");
|
||||||
bool handle_colors = false;
|
bool handle_colors = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user