diff options
author | Jonathan Yap <none@none> | 2011-08-26 12:11:57 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-08-26 12:11:57 -0400 |
commit | 1f486a9515d335e0156b23fa84eeb34cdf57cac1 (patch) | |
tree | 7dbeb002c54c0f2e749eb352234c0ea761be9c22 /indra/newview/skins | |
parent | 541e26d947e19cf087e068ab3f1bd46fb1d8fd4f (diff) |
STORM-1567 Mute button for llDialog popup
Made changes per RB feedback.
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 43e01a1080..ffc7a2ba55 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6261,6 +6261,10 @@ Grant this request? [MESSAGE] <form name="form"> <button + index="-2" + name="Mute" + text="Block"/> + <button index="-1" name="Ignore" text="Ignore"/> |