summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-09 00:01:57 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-09 00:01:57 +0300
commit13009b5cde632b05f62620f214357565c622f7fa (patch)
tree33c5ebf3b0ea852aa79e7483488f094d7d50f8bc
parent76bd128ff887b017a481f434c7ac9b1130826341 (diff)
Fix typo, thanks to Cor Nouws for noticing
Change-Id: Ib20fa5dbbc8bfbd399c3266c175ba1971e9a4774
-rw-r--r--vcl/osx/salframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index 35fa7236f5fe..b3a1015f0527 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1020,7 +1020,7 @@ OUString AquaSalFrame::GetKeyName( sal_uInt16 nKeyCode )
aKeyMap[ KEY_OPEN ] = OUString( sal_Unicode( 0x23cf ) );
aKeyMap[ KEY_TILDE ] = OUString( '~' );
aKeyMap[ KEY_BRACKETLEFT ] = OUString( '[' );
- aKeyMap[ KEY_BRACKETRIGHT ] = OUString( '}' );
+ aKeyMap[ KEY_BRACKETRIGHT ] = OUString( ']' );
aKeyMap[ KEY_SEMICOLON ] = OUString( ';' );
aKeyMap[ KEY_QUOTERIGHT ] = OUString( '\'' );