]> source.dussan.org Git - tigervnc.git/commit
Fix names of menu keys in options dialog on OS X 279/head
authorBrian P. Hinz <bphinz@users.sf.net>
Fri, 18 Mar 2016 02:46:15 +0000 (22:46 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Fri, 18 Mar 2016 02:46:15 +0000 (22:46 -0400)
commitf0913ffb5ce5917eb4c822509147f4f9a8f0e183
tree9d2fb7df75913aed4c29f230aad0573df9705cea
parent4daae978e8af43d0578008161103ec34faa798d7
Fix names of menu keys in options dialog on OS X

Apple changed the implementation of KeyEvent.getKeyText() to
return the unicode for the key glyph instead of a textual
description.
java/com/tigervnc/vncviewer/MenuKey.java
java/com/tigervnc/vncviewer/OptionsDialog.java