mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
5fd04c3532
commit
bb7657f64a
@ -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):
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user