diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-11 15:11:51 +0000 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-11 15:11:51 +0000 |
| commit | acb2e87d9425c8f671d9772409fd291d7fed9aa7 (patch) | |
| tree | 363b7239d286e7912ce4337d4036507eec3c643a /indra/llui/llbutton.cpp | |
| parent | e3babd1f8d6d5347f9cf1ec5fee976718e0c6a44 (diff) | |
SL-14862 - renamed widgets to the more descriptive controls
Diffstat (limited to 'indra/llui/llbutton.cpp')
| -rw-r--r-- | indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index 3a3d9254fd..0e59fdf519 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -442,7 +442,7 @@ BOOL LLButton::handleMouseDown(S32 x, S32 y, MASK mask) { LL_DEBUGS("UIUsage") << "calling mouse down function " << mFunctionName << LL_ENDL; LLUIUsage::instance().logCommand(mFunctionName); - LLUIUsage::instance().logWidget(getPathname()); + LLUIUsage::instance().logControl(getPathname()); } /* |
