mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
Fix copy-paste error (spotted by coverity)
This commit is contained in:
parent
24ef009aa8
commit
224bc7de6e
@ -380,7 +380,7 @@ docstring getLaTeXMarkup(docstring const & macro, Author const & author,
|
|||||||
"Choose an appropriate document encoding (such as utf8)\n"
|
"Choose an appropriate document encoding (such as utf8)\n"
|
||||||
"or change the author initials."),
|
"or change the author initials."),
|
||||||
uncodable_initials, author_initials_latexed.second));
|
uncodable_initials, author_initials_latexed.second));
|
||||||
warned_author_initials.insert(uncodable_author);
|
warned_author_initials.insert(uncodable_initials);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user