diff options
author | James Cook <james@lindenlab.com> | 2009-11-16 13:48:24 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-16 13:48:24 -0800 |
commit | a8533e912641d8d8782ba6eb3e9ad242a3154c8f (patch) | |
tree | 777b5032aa8e2539b4965069b867742cbb4c4825 /indra/newview/lltoolpie.cpp | |
parent | c4b65b6f93738a7658d7eb5b7647c74efed87efc (diff) | |
parent | e3236a906d01e95432990aa436121b19cf994301 (diff) |
merge
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 2 |
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) { |