mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33464 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7369a0a881
commit
52538d27fb
@ -271,7 +271,8 @@ docstring nomenclWidest(Buffer const & buffer, OutputParams const & runparams)
|
||||
// return the widest (or an empty) string
|
||||
if (symb.empty())
|
||||
return symb;
|
||||
|
||||
|
||||
// we have to encode the string properly
|
||||
docstring latex_symb;
|
||||
for (size_t n = 0; n < symb.size(); ++n) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user