mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* src/insets/insetbox.C (InsetBox::doDispatch): remove annoying debug message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15823 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
52f7be199d
commit
ba70b87ed6
@ -181,7 +181,7 @@ void InsetBox::doDispatch(LCursor & cur, FuncRequest & cmd)
|
||||
switch (cmd.action) {
|
||||
|
||||
case LFUN_INSET_MODIFY: {
|
||||
lyxerr << "InsetBox::dispatch MODIFY" << endl;
|
||||
//lyxerr << "InsetBox::dispatch MODIFY" << endl;
|
||||
InsetBoxMailer::string2params(cmd.argument, params_);
|
||||
setButtonLabel();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user