summaryrefslogtreecommitdiff
path: root/indra/newview/lluilistener.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-08-07 10:39:30 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-08-07 10:39:30 -0400
commit5fde031b876e3b8ce794286e5796ffb8f0614cd3 (patch)
tree9f0c16833ab6a72e0232a116e6f073e3a40e9b3b /indra/newview/lluilistener.h
parenteb82c78b071d71a0fd2d7be1c573997e41bab51e (diff)
Rename 'UI' 'getParents' op to 'getTopMenus', add UI.lua function.
Also update the 'UI' help text to reflect its more general nature. Mention 0-relative rank in the xxToolbarBtn operation help text.
Diffstat (limited to 'indra/newview/lluilistener.h')
-rw-r--r--indra/newview/lluilistener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lluilistener.h b/indra/newview/lluilistener.h
index 98e4754306..c839c03a57 100644
--- a/indra/newview/lluilistener.h
+++ b/indra/newview/lluilistener.h
@@ -43,7 +43,7 @@ private:
void call(const LLSD& event);
void callables(const LLSD& event) const;
void getValue(const LLSD& event) const;
- void getParents(const LLSD& event) const;
+ void getTopMenus(const LLSD& event) const;
void addMenu(const LLSD&event) const;
void addMenuBranch(const LLSD&event) const;