diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-19 11:12:38 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-19 11:12:38 +0200 |
commit | 3fb3b9cf217dce42991b288f5caf0266932bef94 (patch) | |
tree | e5a0bb8b7deb4602ab45d8a49793658aeaed3677 /indra/newview/skins/default/xui/es/inspect_remote_object.xml | |
parent | c4a3bee33562f607bbd56a420bfcb424e00f2f41 (diff) | |
parent | e1c8cd395e8238958a5d2cfdaadaca4046e00811 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/es/inspect_remote_object.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/inspect_remote_object.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/inspect_remote_object.xml b/indra/newview/skins/default/xui/es/inspect_remote_object.xml new file mode 100644 index 0000000000..f814e84a6f --- /dev/null +++ b/indra/newview/skins/default/xui/es/inspect_remote_object.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<!-- + Not can_close / no title to avoid window chrome + Single instance - only have one at a time, recycle it each spawn +--> +<floater name="inspect_remote_object"> + <text name="object_owner_label"> + Propietario: + </text> + <button label="Mapa" name="map_btn"/> + <button label="Ignorar" name="block_btn"/> + <button label="Cerrar" name="close_btn"/> +</floater> |