summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-08 15:20:41 -0800
committerJames Cook <james@lindenlab.com>2009-12-08 15:20:41 -0800
commit0bfee2e4e064d25f902934a7fed48eb06aa236ba (patch)
tree7d9c317b76f2b849c33ad2e8a86e1e866da3d0ed /indra/newview/skins/default/xui/en
parent4b2e892c59ccba1ef607bff9c61765d5d2c160a3 (diff)
EXT-2980 Made location history menu items XML-configurable
Reviewed with Leyla
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml b/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml
new file mode 100644
index 0000000000..eaa68f5690
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<!-- Menu items for the back button drop-down menu of locations.
+ Based on menu_item_call.xml -->
+<teleport_history_menu_item
+ back_item_font="SansSerif"
+ current_item_font="SansSerifBold"
+ forward_item_font="SansSerif"
+ back_item_image="teleport_history_backward.tga"
+ forward_item_image="teleport_history_forward.tga"
+ image_hpad="1"
+ image_vpad="0"
+ />