Re: [Cvslog] r22948 - /lyx-devel/trunk/src/insets/InsetCommandParams.cpp

2008-02-12 Thread rgheck
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

2008-02-11 Thread Jürgen Spitzmüller
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