]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.C
fix reading the author field.
[lyx.git] / src / ToolbarBackend.C
index 41338d58c2bd537ced81e4cc76a078626f6d7e16..1a616774cfb41ba08d82e4391473b784ae411e79 100644 (file)
@@ -212,6 +212,8 @@ void ToolbarBackend::add(Toolbar & tb,
 
 string const ToolbarBackend::getIcon(FuncRequest const & f)
 {
+       using lyx::frontend::find_xpm;
+
        string fullname;
 
        if (f.action == LFUN_INSERT_MATH) {