summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-17 16:18:24 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-17 16:18:24 +0000
commit26b758f95504f6c1820756de26c5cc7970fdbd1a (patch)
tree8ae7d31cb257b99e4d1b74a510dba41f36d0aff6
parentb0899c7dcb0611f21ce8fd2dac4f5e9e1292eb93 (diff)
INTEGRATION: CWS os17 (1.41.12); FILE MERGED
2004/04/28 10:02:52 os 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/22 15:58:41 ssa 1.41.12.1: #i20330# change default to bringing up context menus on mouse button down
-rw-r--r--vcl/source/app/settings.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 4acf9a25a9f0..45d07e24730f 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: settings.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:45:31 $
+ * last change: $Author: kz $ $Date: 2004-05-17 17:18:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -239,7 +239,7 @@ ImplMouseData::ImplMouseData()
mnDragLinkCode = KEY_SHIFT | KEY_MOD1;
mnContextMenuCode = MOUSE_RIGHT;
mnContextMenuClicks = 1;
- mbContextMenuDown = FALSE;
+ mbContextMenuDown = TRUE;
mnMiddleButtonAction = MOUSE_MIDDLE_AUTOSCROLL;
mnScrollRepeat = 100;
mnButtonStartRepeat = 370;