]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QPrefs.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QPrefs.C
index 5389b4ca027f9e4f501c8146717e9fd6a4163a56..063ed36b076c33727080d23b805463f497be70e5 100644 (file)
@@ -13,7 +13,6 @@
 #include "QPrefs.h"
 #include "QPrefsDialog.h"
 
-#include "lcolorcache.h"
 #include "Qt2BC.h"
 #include "qt_helpers.h"
 
@@ -38,7 +37,7 @@ namespace frontend {
 typedef QController<ControlPrefs, QView<QPrefsDialog> > base_class;
 
 QPrefs::QPrefs(Dialog & parent)
-       : base_class(parent, _("Preferences"))
+       : base_class(parent, lyx::to_utf8(_("Preferences")))
 {
 
 }