]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.C
hopefully fix tex2lyx linking.
[lyx.git] / src / ToolbarBackend.C
index f2dd5d8a26ad361283204cf8fee9e09680ae9602..970829b1aa285dd0f0666597eba8a525ce29b2c1 100644 (file)
@@ -212,7 +212,7 @@ void ToolbarBackend::add(Toolbar & tb,
                         FuncRequest const & func, docstring const & tooltip)
 {
        tb.items.push_back(make_pair(func, tooltip));
-       tb.items.back().first.origin = FuncRequest::UI;
+       tb.items.back().first.origin = FuncRequest::TOOLBAR;
 }