diff --git a/src/insets/InsetLabel.cpp b/src/insets/InsetLabel.cpp index be8a516bf4..4fbc95dd58 100644 --- a/src/insets/InsetLabel.cpp +++ b/src/insets/InsetLabel.cpp @@ -218,6 +218,8 @@ void InsetLabel::doDispatch(Cursor & cur, FuncRequest & cmd) switch (cmd.action()) { case LFUN_INSET_MODIFY: { + // the only other option here is "changetype", and we + // do not have different types. if (cmd.getArg(0) != "label") { cur.undispatched(); return;