X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FToolbarBackend.C;h=970829b1aa285dd0f0666597eba8a525ce29b2c1;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=f2dd5d8a26ad361283204cf8fee9e09680ae9602;hpb=577eaa14f81064a1c9634a5501f0d7a5d51d216b;p=lyx.git diff --git a/src/ToolbarBackend.C b/src/ToolbarBackend.C index f2dd5d8a26..970829b1aa 100644 --- a/src/ToolbarBackend.C +++ b/src/ToolbarBackend.C @@ -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; }