Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33587 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-02-26 20:17:29 +00:00
parent fce0bea8a2
commit c785e832fb

View File

@ -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 += "...";
}