diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatertools.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertools.cpp b/linden/indra/newview/llfloatertools.cpp index f777581..0480628 100644 --- a/linden/indra/newview/llfloatertools.cpp +++ b/linden/indra/newview/llfloatertools.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 5 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -947,7 +948,7 @@ void LLFloaterTools::setObjectType( void* data ) | |||
947 | LLPCode pcode = *(LLPCode*) data; | 948 | LLPCode pcode = *(LLPCode*) data; |
948 | LLToolPlacer::setObjectType( pcode ); | 949 | LLToolPlacer::setObjectType( pcode ); |
949 | gSavedSettings.setBOOL("CreateToolCopySelection", FALSE); | 950 | gSavedSettings.setBOOL("CreateToolCopySelection", FALSE); |
950 | gViewerWindow->setMouseCapture(NULL, NULL); | 951 | gViewerWindow->setMouseCapture(NULL); |
951 | } | 952 | } |
952 | 953 | ||
953 | // static | 954 | // static |