diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-23 16:02:04 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-23 16:02:04 -0500 |
commit | c24c6e84269d50e0e6a6a8991c8ca420c8a941c2 (patch) | |
tree | 8cb18ca6146e9f00f395eee23d8ce007a76708c0 | |
parent | ce86efac3df1ed568ecac0ffcf38dce94bb3f1d4 (diff) | |
parent | 6b984521c302067e806e9228cb6abb6c9a58a834 (diff) |
merge
-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" |