]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QWrap.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QWrap.C
index a3befaa2b34b68a34a9629bd85bffad9158a3936..f54c668bdf9a4d40211df00fb256382ce033a0da 100644 (file)
@@ -36,7 +36,7 @@ namespace frontend {
 typedef QController<ControlWrap, QView<QWrapDialog> > base_class;
 
 QWrap::QWrap(Dialog & parent)
-       : base_class(parent, _("Text Wrap Settings"))
+       : base_class(parent, lyx::to_utf8(_("Text Wrap Settings")))
 {
 }