diff options
author | Richard Linden <none@none> | 2010-04-07 10:21:43 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-04-07 10:21:43 -0700 |
commit | ecca603f02fae1154f486d0f39bc5eedb7d0f3b0 (patch) | |
tree | c6390be79dbdcfd89f3195567b543417d3b634fb /indra/newview | |
parent | 3ecec85feb4e9878b32f5737ab8e35747360f138 (diff) | |
parent | ff6c503c9a107cafdfcb3248fd46adf76c201092 (diff) |
merge
Diffstat (limited to 'indra/newview')
-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; }; } |