summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-16 13:48:24 -0800
committerJames Cook <james@lindenlab.com>2009-11-16 13:48:24 -0800
commita8533e912641d8d8782ba6eb3e9ad242a3154c8f (patch)
tree777b5032aa8e2539b4965069b867742cbb4c4825 /indra/newview/lltoolpie.cpp
parentc4b65b6f93738a7658d7eb5b7647c74efed87efc (diff)
parente3236a906d01e95432990aa436121b19cf994301 (diff)
merge
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index d49ea5109d..9c8fca3552 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -526,7 +526,7 @@ BOOL LLToolPie::handleHover(S32 x, S32 y, MASK mask)
}
static LLCachedControl<bool> enable_highlight(
- gSavedSettings, "RenderHighlightEnable", false);
+ gSavedSettings, "RenderHoverGlowEnable", false);
LLDrawable* drawable = NULL;
if (enable_highlight && show_highlight && object)
{