]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbars.C
Document pasteParagraphList as hinted by Jean-Marc
[lyx.git] / src / frontends / Toolbars.C
index 6d644be4c3e1a0946923a1b7894d33cb11ac7634..71cd21489196e01e3884b5b80980c346fa4c1c5c 100644 (file)
@@ -333,7 +333,7 @@ void layoutSelected(LyXView & lv, string const & name)
                // Yes, the lyx::to_utf8(_()) is correct
                if (lyx::to_utf8(_(itname)) == name) {
                        FuncRequest const func(LFUN_LAYOUT, itname,
-                                              FuncRequest::UI);
+                                              FuncRequest::TOOLBAR);
                        lv.dispatch(func);
                        return;
                }