]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QVSpace.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QVSpace.C
index 7faa7341157d5612f88d0560175031ac12678571..b798409be9bc763f1b31dd9de0cf98cb438aea7a 100644 (file)
@@ -129,7 +129,7 @@ VSpace setVSpaceFromWidgets(int spacing,
 typedef QController<ControlVSpace, QView<QVSpaceDialog> > base_class;
 
 QVSpace::QVSpace(Dialog & parent)
-       : base_class(parent, _("Vertical Space Settings"))
+       : base_class(parent, lyx::to_utf8(_("Vertical Space Settings")))
 {}