missed this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-08-25 05:52:38 +00:00
parent 5c7a1d34bb
commit f238a21d66

View File

@ -70,7 +70,7 @@ bool QLyXKeySym::is_qt_bogon() const
char QLyXKeySym::debogonify() const
{
return 'a' + ascii_ - 1;
return 'A' + ascii_ - 1;
}