]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/QLToolbar.C
convert tooltips to unicode
[features.git] / src / frontends / qt4 / QLToolbar.C
index 311646b5c78c02a622731982b5141a9cc9b0c9a4..b7761fee33ec6b8256ce8c345e46e7e0b0f999e8 100644 (file)
@@ -158,9 +158,8 @@ QLToolbar::QLToolbar(ToolbarBackend::Toolbar const & tbb, GuiView & owner)
 
        ToolbarBackend::item_iterator it = tbb.items.begin();
        ToolbarBackend::item_iterator end = tbb.items.end();
-       // FIXME UNICODE: ToolbarBackend!!!
        for (; it != end; ++it)
-               add(it->first, lyx::from_utf8(it->second));
+               add(it->first, it->second);
 }