diff options
author | Richard Linden <none@none> | 2010-04-07 10:37:10 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-04-07 10:37:10 -0700 |
commit | 87cce27de3dd23a40d812a7c9000b1972cb4bca3 (patch) | |
tree | cfc61b33c8f9b8a7ce1c16cbb9d50f0bb85ec4dd /indra | |
parent | de62c3378171a69ff9a39f2f626f1b1d33d0763f (diff) | |
parent | ecca603f02fae1154f486d0f39bc5eedb7d0f3b0 (diff) |
merge
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; }; } |