[Libreoffice-commits] core.git: vcl/osx

Tor Lillqvist tml at collabora.com
Thu May 8 14:03:11 PDT 2014


 vcl/osx/salframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13009b5cde632b05f62620f214357565c622f7fa
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 9 00:01:57 2014 +0300

    Fix typo, thanks to Cor Nouws for noticing
    
    Change-Id: Ib20fa5dbbc8bfbd399c3266c175ba1971e9a4774

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index 35fa723..b3a1015 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( '\'' );
 


More information about the Libreoffice-commits mailing list