diff options
author | Richard Linden <none@none> | 2010-04-07 10:17:05 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-04-07 10:17:05 -0700 |
commit | ff6c503c9a107cafdfcb3248fd46adf76c201092 (patch) | |
tree | ceacb2ac40bfe8835114bd1bd6ee1d25f2e5cb4e /indra | |
parent | 18d9efff12ef8b59c648a801fe2c5c7e0bc8fde4 (diff) |
EXT-4885 - [DnD] cannot drag slurls from Google Chrome into SL on windows
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index ae3f680cbf..81033485ee 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -838,7 +838,7 @@ LLWindowCallbacks::DragNDropResult LLViewerWindow::handleDragNDrop( LLWindow *wi LLPanelLogin::refreshLocation( true ); LLPanelLogin::updateLocationUI(); } - return LLWindowCallbacks::DND_MOVE; + return LLWindowCallbacks::DND_COPY; }; } |