]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcite.C
small changes and two patches from Dekel
[features.git] / src / insets / insetcite.C
index fa2777fa9761f689f677a56217f4f51b6e86a36a..a74989a400a74f54a38111e36e15d8e3e879e502 100644 (file)
@@ -53,7 +53,7 @@ string const InsetCitation::getScreenLabel() const
        if (!getOptions().empty())
                label += ", " + getOptions();
 
-       return '[' + label + ']';
+       return "[" + label + "]";
 }