]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.C
* Painter.h:
[lyx.git] / src / ToolbarBackend.C
index 6f459bd095353e99769ef768ab03b25aa0eefae0..f2dd5d8a26ad361283204cf8fee9e09680ae9602 100644 (file)
@@ -186,6 +186,8 @@ void ToolbarBackend::readToolbars(LyXLex & lex)
                                flag = MATH;
                        else if (!compare_ascii_no_case(*cit, "table"))
                                flag = TABLE;
+                       else if (!compare_ascii_no_case(*cit, "review"))
+                               flag = REVIEW;
                        else if (!compare_ascii_no_case(*cit, "top"))
                                flag = TOP;
                        else if (!compare_ascii_no_case(*cit, "bottom"))