]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/UrlView.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / UrlView.C
index e416d96ac57c998fbee6ce201220f24924556a96..60a852053df1f6d3664db3c65def7bdfe50012c2 100644 (file)
@@ -30,7 +30,7 @@ namespace frontend {
 typedef QController< ControlCommand, QView<QURLDialog> > base_class;
 
 UrlView::UrlView(Dialog & parent)
-       : base_class(parent, _("URL"))
+       : base_class(parent, lyx::to_utf8(_("URL")))
 {
 }