2002/08/07 04:31:04
[org.ibex.core.git] / src / org / xwt / Surface.java
index 3b9bbf0..da783c1 100644 (file)
@@ -159,7 +159,7 @@ public abstract class Surface {
             MessageQueue.add(new Message() { public void perform() {
                 Surface.this.boxContainingMouse = who;
                 Platform.clipboardReadEnabled = true;
-                root.put("Press1", null, Boolean.TRUE);
+                root.put("Press3", null, Boolean.TRUE);
                 Platform.clipboardReadEnabled = false;
             }});
         }