John's msg2.diff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3774 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-03-19 09:43:47 +00:00
parent 5fd04c3532
commit bb7657f64a
2 changed files with 6 additions and 2 deletions

View File

@ -23,6 +23,10 @@
* FormTabular.C (update): deactivate left/right border settings for
multicolumns if not an outer cell or no parent multicolumn cell.
2002-03-14 John Levon <moz@compsoc.man.ac.uk>
* GUIRunTime.C: add spaces to error messages
2002-03-13 Angus Leeming <a.leeming@ic.ac.uk>
* FormBase.C (show):

View File

@ -83,7 +83,7 @@ void GUIRunTime::processEvents()
fl_XNextEvent(&ev);
lyxerr << "Received unhandled X11 event" << endl;
lyxerr << "Type: 0x" << hex << ev.xany.type <<
"Target: 0x" << hex << ev.xany.window << endl;
" Target: 0x" << hex << ev.xany.window << endl;
}
}
@ -96,7 +96,7 @@ void GUIRunTime::runTime()
fl_XNextEvent(&ev);
lyxerr << "Received unhandled X11 event" << endl;
lyxerr << "Type: 0x" << hex << ev.xany.type <<
"Target: 0x" << hex << ev.xany.window << endl;
" Target: 0x" << hex << ev.xany.window << endl;
}
}
}