diff options
author | Jonathan Yap <none@none> | 2011-08-23 07:55:34 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-08-23 07:55:34 -0400 |
commit | 541e26d947e19cf087e068ab3f1bd46fb1d8fd4f (patch) | |
tree | 75a281ada3610b094dd2e14ff4daef6250382f65 /indra/newview/skins | |
parent | aa1424365e3df49edfc189ef433e050f502534e9 (diff) |
STORM-1567 Mute button for llDialog popup
Updating patch to current version of viewer-development
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index c9ccd44b83..43e01a1080 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6276,6 +6276,10 @@ Grant this request? [MESSAGE] <form name="form"> <button + index="-2" + name="Mute" + text="Block"/> + <button index="-1" name="Ignore" text="Ignore"/> |