diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-08 15:31:31 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-08 15:31:31 +0300 |
commit | 7709fa2f8360a442d4017a78e8fd36051efa6d55 (patch) | |
tree | 885716b779cc265ee4515dd9bb254cba138a7825 /indra/newview/llviewerwindow.cpp | |
parent | ea45bc05d4a464507c37efaec1da93aba068cd90 (diff) | |
parent | e979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-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; }; } |