mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix monolithic build.
This commit is contained in:
parent
0ca507ca64
commit
3fe8c04274
@ -1625,7 +1625,7 @@ void MenuDefinition::expandCaptions(Buffer const * buf, bool switchcap)
|
||||
for (; lit != len; ++lit) {
|
||||
docstring instype;
|
||||
docstring const type = split(lit->first, instype, ':');
|
||||
if (instype == "Caption") {
|
||||
if (instype == from_ascii("Caption")) {
|
||||
// skip forbidden caption types
|
||||
FuncRequest const cmd = switchcap
|
||||
? FuncRequest(LFUN_INSET_MODIFY, from_ascii("changetype ") + type)
|
||||
|
Loading…
Reference in New Issue
Block a user