]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetvspace.C
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetvspace.C
index c03dd4d67141854d641738ba3bec93318ef58130..64b9441d32d409201898ba4eb753ba3d6aacaada 100644 (file)
@@ -107,8 +107,7 @@ void InsetVSpace::write(Buffer const &, ostream & os) const
 docstring const InsetVSpace::label() const
 {
        static docstring const label = _("Vertical Space");
-       // FIXME UNICODE
-       return label + " (" + from_utf8(space_.asGUIName()) + ')';
+       return label + " (" + space_.asGUIName() + ')';
 }