diff options
author | Eli Linden <eli@lindenlab.com> | 2010-04-07 10:58:32 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-04-07 10:58:32 -0700 |
commit | 8ac6310020bd2d524c97c729c29a0afe4a529ecf (patch) | |
tree | 0bd74474bf3b67b3eee68c7530188f6e059ed413 /indra/newview/llviewerwindow.cpp | |
parent | a88531588e163b442d8e50284bce951fb829be29 (diff) | |
parent | 5aa6abb6be52c4559a3715bb3323543ea024ebff (diff) |
Merge
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; }; } |