diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-02-22 20:01:44 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-02-22 20:01:44 +0200 |
commit | 79b6eea163d4426e20ad1e71bb31805fbfe67fee (patch) | |
tree | 76ec7166cd65fa570ca20b70e5898cce6a8d75c9 /indra/newview | |
parent | dcc39faab49bcb9b8784ce57447f92f9e8dbc777 (diff) |
No ticket. Removed unnecessary string which was occasionally left in 5e7ce89a4c9e.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 591b1de509..eba6463d84 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -826,10 +826,10 @@ LLWindowCallbacks::DragNDropResult LLViewerWindow::handleDragNDrop( LLWindow *wi if (slurl_dnd_enabled) { + + // special case SLURLs // isValidSLURL() call was added here to make sure that dragged SLURL is valid (EXT-4964) if ( LLSLURL::isSLURL( data ) && LLSLURL::isValidSLURL( data ) ) - // special case SLURLs - if ( LLSLURL::isSLURL( data ) ) { if (drop) { |