diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-05 18:54:43 +0200 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-05 18:54:43 +0200 |
commit | 84662ce63bea0d5ff8ff8bed0b12e4162a8514a5 (patch) | |
tree | 52c2dcc8e3c651472dd7813e7e72d1dda7cb07af /indra/newview/skins/default/xui/en | |
parent | 0acc373a352093fdc1cf370f01b1fa388dd8e014 (diff) |
CHUI-764 (Group Profile is not opened after selecting 'Show group information' in context menu of 'About Land' dialog)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_url_group.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_url_group.xml b/indra/newview/skins/default/xui/en/menu_url_group.xml index c5eaf94d22..2cb125ce09 100644 --- a/indra/newview/skins/default/xui/en/menu_url_group.xml +++ b/indra/newview/skins/default/xui/en/menu_url_group.xml @@ -7,7 +7,7 @@ layout="topleft" name="show_group"> <menu_item_call.on_click - function="Url.Execute" /> + function="Url.ShowProfile" /> </menu_item_call> <menu_item_separator layout="topleft" /> |