fix coding style (fix for 3320 and 3652)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18631 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-06-02 08:23:58 +00:00
parent ee6e277e0e
commit 55a07f0e00

View File

@ -428,7 +428,7 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * e)
&& (Qt::Key_PageDown || Qt::Key_PageUp)) { && (Qt::Key_PageDown || Qt::Key_PageUp)) {
LYXERR(Debug::KEY) LYXERR(Debug::KEY)
<< BOOST_CURRENT_FUNCTION << endl << BOOST_CURRENT_FUNCTION << endl
<< "sysstem is busy: scroll key event ignored" << endl; << "system is busy: scroll key event ignored" << endl;
e->ignore(); e->ignore();
return; return;
} }