Re: [Cvslog] r22948 - /lyx-devel/trunk/src/insets/InsetCommandParams.cpp
Jürgen Spitzmüller wrote: rgheck wrote: + lex.printError("InsetCommandParams: Attempt to change type of inset."); + throw ExceptionMessage(WarningException, _("InsetCommandParams Error: "), from_utf8("Attempt to change type of parameters."));
Re: [Cvslog] r22948 - /lyx-devel/trunk/src/insets/InsetCommandParams.cpp
rgheck wrote: > + lex.printError("InsetCommandParams: Attempt to > change type of inset."); + throw > ExceptionMessage(WarningException, _("InsetCommandParams Error: "), > from_utf8("Attempt to change type of parameters.")); Why is the latter message har