diff options
author | Graham Linden <graham@lindenlab.com> | 2019-03-12 11:07:23 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-03-12 11:07:23 -0700 |
commit | 868cd32e5e229e503f1b5b1d5ec543fd6f76cb7f (patch) | |
tree | 07c3b79a6a93caedc63a238f5ae29162b77ec861 /indra/newview/llpanelenvironment.cpp | |
parent | 15270f697a0e6a4f14944ac20382f8bbcc8ea86b (diff) |
More tab restoration.
Also fix ref to removed extra GLSL link module.
'warn-on-failure:no-tabs'
Diffstat (limited to 'indra/newview/llpanelenvironment.cpp')
-rw-r--r-- | indra/newview/llpanelenvironment.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp index 9cda37d05e..ef307ad079 100644 --- a/indra/newview/llpanelenvironment.cpp +++ b/indra/newview/llpanelenvironment.cpp @@ -1064,10 +1064,10 @@ LLSettingsDropTarget::LLSettingsDropTarget(const LLSettingsDropTarget::Params& p {} BOOL LLSettingsDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, - EDragAndDropType cargo_type, - void* cargo_data, - EAcceptance* accept, - std::string& tooltip_msg) + EDragAndDropType cargo_type, + void* cargo_data, + EAcceptance* accept, + std::string& tooltip_msg) { BOOL handled = FALSE; |