summaryrefslogtreecommitdiffstats
path: root/WebCore/page/wx/EventHandlerWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/wx/EventHandlerWx.cpp')
-rw-r--r--WebCore/page/wx/EventHandlerWx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/wx/EventHandlerWx.cpp b/WebCore/page/wx/EventHandlerWx.cpp
index f4f6914..fbb1eaa 100644
--- a/WebCore/page/wx/EventHandlerWx.cpp
+++ b/WebCore/page/wx/EventHandlerWx.cpp
@@ -116,7 +116,7 @@ bool EventHandler::eventActivatedView(const PlatformMouseEvent&) const
PassRefPtr<Clipboard> EventHandler::createDraggingClipboard() const
{
- return ClipboardWx::create(ClipboardWritable, true);
+ return ClipboardWx::create(ClipboardWritable, Clipboard::DragAndDrop);
}
unsigned EventHandler::accessKeyModifiers()