]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorRichard Heck <rgheck@comcast.net>
Fri, 26 Feb 2010 20:17:29 +0000 (20:17 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 26 Feb 2010 20:17:29 +0000 (20:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33587 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCitation.cpp

index 8c97550ae188da5d7c923382ed933c4ea41daa84..5f6f9189e90c45d0b11c936e14e1a72f29d2458c 100644 (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 += "...";
        }