aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-04-11 22:19:20 -0700
committerMcCabe Maxsted2011-04-11 22:21:59 -0700
commit46d05be164bcf2935995a963a1afe106b5d2aa25 (patch)
tree75a69cba0e03f607e95c0da848fa2bcc063ac381 /linden/indra/newview/skins/default/xui
parentPorted changes to the inspect window from Ascent by Hazim: added last owner, ... (diff)
downloadmeta-impy-46d05be164bcf2935995a963a1afe106b5d2aa25.zip
meta-impy-46d05be164bcf2935995a963a1afe106b5d2aa25.tar.gz
meta-impy-46d05be164bcf2935995a963a1afe106b5d2aa25.tar.bz2
meta-impy-46d05be164bcf2935995a963a1afe106b5d2aa25.tar.xz
Added Last Owner Profile button to the inspect window
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
index b28174b..5e9cacd 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
@@ -18,12 +18,17 @@
18 <column label="Creation Date" name="creation_date" width="150" /> 18 <column label="Creation Date" name="creation_date" width="150" />
19 </scroll_list> 19 </scroll_list>
20 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" 20 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
21 label="See Owner Profile..." label_selected="" left="10" 21 label="Owner Profile" label_selected="" left="10"
22 mouse_opaque="true" name="button owner" 22 mouse_opaque="true" name="button owner"
23 tool_tip="See profile of the highlighted object&apos;s owner" width="150" /> 23 tool_tip="See profile of the highlighted object&apos;s owner" width="130" />
24 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" 24 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
25 label="See Creator Profile..." label_selected="" left="170" 25 label="Last Owner Profile" label_selected="" left="150"
26 mouse_opaque="true" name="button_last_owner"
27 tool_tip="See profile of the highlighted object&apos;s last owner"
28 width="130" />
29 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
30 label="Creator Profile" label_selected="" left="290"
26 mouse_opaque="true" name="button creator" 31 mouse_opaque="true" name="button creator"
27 tool_tip="See profile of the highlighted object&apos;s original creator" 32 tool_tip="See profile of the highlighted object&apos;s original creator"
28 width="150" /> 33 width="130" />
29</floater> 34</floater>