summaryrefslogtreecommitdiff
path: root/framework/source/lomenubar/AwtKeyToDbusmenuString.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/lomenubar/AwtKeyToDbusmenuString.cxx')
-rw-r--r--framework/source/lomenubar/AwtKeyToDbusmenuString.cxx2
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);
}