]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.cpp
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"
[features.git] / src / frontends / qt4 / GuiView.cpp
index 1c2c09c4c5cd48299a373be66fe34409cf2b4251..0e461a0e594b9024f1194d3624ffc6d8f37b76b5 100644 (file)
@@ -1989,8 +1989,7 @@ bool GuiView::getStatus(FuncRequest const & cmd, FuncStatus & flag)
 
        case LFUN_DIALOG_TOGGLE:
                flag.setOnOff(isDialogVisible(cmd.getArg(0)));
-               // to set "enable"
-               // fall through
+               // fall through to set "enable"
        case LFUN_DIALOG_SHOW: {
                string const name = cmd.getArg(0);
                if (!doc_buffer)