diff options
| author | James Cook <james@lindenlab.com> | 2009-11-25 11:51:49 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-25 11:51:49 -0800 |
| commit | ef46d4077ca4aad322aabfe545885be136577c8a (patch) | |
| tree | d5ad52ccec6cd0f0d0e3b9aa134a9068e2827686 /indra/newview/llviewermenu.h | |
| parent | 446702d7620b124b1f34599e89c5fc6d12ec390d (diff) | |
Hook up nav bar For Sale icon to buy land functionality.
Diffstat (limited to 'indra/newview/llviewermenu.h')
| -rw-r--r-- | indra/newview/llviewermenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.h b/indra/newview/llviewermenu.h index 9a6fe03f9f..01a6b34170 100644 --- a/indra/newview/llviewermenu.h +++ b/indra/newview/llviewermenu.h @@ -102,6 +102,8 @@ void handle_take_copy(); void handle_look_at_selection(const LLSD& param); void handle_zoom_to_object(LLUUID object_id); +void handle_buy_land(); + // Takes avatar UUID, or if no UUID passed, uses last selected object void handle_avatar_freeze(const LLSD& avatar_id); |
