diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-23 12:18:20 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-23 12:18:20 -0800 |
commit | 6b984521c302067e806e9228cb6abb6c9a58a834 (patch) | |
tree | 627594f34c877a1ef830e1246f8792a3c7745f7b | |
parent | 3a852170556cd4104dc7822140533d81d46b644d (diff) |
DEV-44626 pressing 'enter' in world map search field does not initiate the search
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_world_map.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index 169a0ea676..8904d4f49c 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -480,7 +480,10 @@ name="location" select_on_focus="true" tool_tip="Type the name of a region" - width="152" /> + width="152"> + <search_editor.commit_callback + function="WMap.Location" /> + </search_editor> <button follows="top|right" height="23" |