]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QNote.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QNote.C
index 24118ad6d551913276534593fb3bc12757b6373a..af1b5ab4baddd6397f9d9c98b3ce51c99677d383 100644 (file)
@@ -31,7 +31,7 @@ typedef QController<ControlNote, QView<QNoteDialog> > base_class;
 
 
 QNote::QNote(Dialog & parent)
-       : base_class(parent, _("Note Settings"))
+       : base_class(parent, lyx::to_utf8(_("Note Settings")))
 {}