diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-02-10 12:06:01 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-02-10 12:06:01 -0500 |
commit | 4849173fd87ff9199a0fee86dc6a43afe3936e71 (patch) | |
tree | 7d765b6d9aeba3ba0388ac229a8f63aa7a4af607 /indra/newview/skins/default/xui/tr/menu_profile_overflow.xml | |
parent | 028a05e79467e0c1fd7d63224fb447a964ab7a0b (diff) | |
parent | 58348bd862163261fb650d8afd50fd1dc5e2695a (diff) |
Merge daggy fix in rev a05866ebfea2 (Linux lib wildcards)
Diffstat (limited to 'indra/newview/skins/default/xui/tr/menu_profile_overflow.xml')
-rw-r--r-- | indra/newview/skins/default/xui/tr/menu_profile_overflow.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/tr/menu_profile_overflow.xml b/indra/newview/skins/default/xui/tr/menu_profile_overflow.xml new file mode 100644 index 0000000000..ed60dec63a --- /dev/null +++ b/indra/newview/skins/default/xui/tr/menu_profile_overflow.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<toggleable_menu name="profile_overflow_menu"> + <menu_item_call label="Harita" name="show_on_map"/> + <menu_item_call label="Öde" name="pay"/> + <menu_item_call label="Paylaş" name="share"/> + <menu_item_call label="Engelle" name="block"/> + <menu_item_call label="Engellemeyi Kaldır" name="unblock"/> + <menu_item_call label="Çıkar" name="kick"/> + <menu_item_call label="Dondur" name="freeze"/> + <menu_item_call label="Çöz" name="unfreeze"/> + <menu_item_call label="CSR" name="csr"/> +</toggleable_menu> |