diff options
author | James Cook <james@lindenlab.com> | 2009-12-15 13:04:38 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-15 13:04:38 -0800 |
commit | 1dcea4cb14feaab6feaaa74dea20c15ee390325a (patch) | |
tree | a3baa7d940d5ecc5116768d16e8e02c054912bd3 /indra | |
parent | 27415d27a304016952b14b176a1f0f778450d014 (diff) |
EXT-3406 choosing About Land from parcel context menu toggles window
Fixed to just show the window.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_land.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_land.xml b/indra/newview/skins/default/xui/en/menu_land.xml index d88a2f8d25..bf797555c5 100644 --- a/indra/newview/skins/default/xui/en/menu_land.xml +++ b/indra/newview/skins/default/xui/en/menu_land.xml @@ -6,7 +6,7 @@ label="About Land" name="Place Information..."> <menu_item_call.on_click - function="ShowFloater" + function="Floater.Show" parameter="about_land" /> </menu_item_call> <!-- <menu_item_call |