]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
Fix bug 2474; partial fix for 1777. Added last_reference_ member to QRef class and...
[lyx.git] / src / MenuBackend.C
index 001fd4657813acc690da3bdba0d3fca8c3d84128..bde5fbb48b2f6c2a2d966ae3ea11062e4e255f35 100644 (file)
@@ -787,7 +787,7 @@ void expandToolbars(Menu & tomenu)
                // and 
                //              review (auto)
                // in the case of auto.
-               if (cit->flags & ToolbarBackend::AUTO)
+               if (cit->flags & ToolbarInfo::AUTO)
                        label += _(" (auto)");
                tomenu.add(MenuItem(MenuItem::Command, label,
                                    FuncRequest(LFUN_TOOLBAR_TOGGLE_STATE, cit->name)));