mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33587 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fce0bea8a2
commit
c785e832fb
@ -469,7 +469,7 @@ void InsetCitation::updateLabels(ParIterator const &, UpdateType)
|
||||
|
||||
docstring label = glabel;
|
||||
if (label.size() > maxLabelChars) {
|
||||
label.erase(maxLabelChars-3);
|
||||
label.erase(maxLabelChars - 3);
|
||||
label += "...";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user