summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-09 11:20:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-09 11:20:52 +0000
commit15dfcd2c0711151bb05c1d143d2d22a130acfd4a (patch)
tree773a394a902e9114b27358c931a3bd94c22fab28 /vcl
parent1124242124334a008e985f814717d51013659625 (diff)
INTEGRATION: CWS vcl59 (1.72.40); FILE MERGED
2006/05/31 10:41:30 pl 1.72.40.1: #i65578# context menu key for generic plugin
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/app/saldisp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/saldisp.cxx b/vcl/unx/source/app/saldisp.cxx
index 150781f69516..8e4e28abb966 100644
--- a/vcl/unx/source/app/saldisp.cxx
+++ b/vcl/unx/source/app/saldisp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saldisp.cxx,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: obo $ $Date: 2006-03-29 11:27:43 $
+ * last change: $Author: hr $ $Date: 2006-06-09 12:20:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1653,7 +1653,7 @@ USHORT SalDisplay::GetKeyCode( KeySym keysym, char*pcPrintable ) const
nKey = KEY_HELP;
break;
case XK_Menu:
- nKey = KEY_F10;
+ nKey = KEY_CONTEXTMENU;
break;
/*
case XK_Break: