oops forgot to compile test the fix !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-22 14:18:51 +00:00
parent f907bf7ba5
commit a610cde867

View File

@ -31,8 +31,8 @@ bool q_is_modifier(int qkey)
case Qt::Key_Alt:
return true;
// AltGr becomes Key_Unknown on at least one keyboard
case Qt::Key_Unknown:
// AltGr becomes Key_unknown on at least one keyboard
case Qt::Key_unknown:
return true;
}
return false;