mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
missed this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5c7a1d34bb
commit
f238a21d66
@ -70,7 +70,7 @@ bool QLyXKeySym::is_qt_bogon() const
|
||||
|
||||
char QLyXKeySym::debogonify() const
|
||||
{
|
||||
return 'a' + ascii_ - 1;
|
||||
return 'A' + ascii_ - 1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user