diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/lomenubar/AwtKeyToDbusmenuString.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/lomenubar/AwtKeyToDbusmenuString.cxx b/framework/source/lomenubar/AwtKeyToDbusmenuString.cxx index e03073db53a1..3845d79e4739 100644 --- a/framework/source/lomenubar/AwtKeyToDbusmenuString.cxx +++ b/framework/source/lomenubar/AwtKeyToDbusmenuString.cxx @@ -59,7 +59,7 @@ AwtKeyToDbusmenuString (guint16 aKeyCode) if (code == 0) return NULL; - return XKeysymToString (code);; + return XKeysymToString (code); } |