diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-19 02:44:48 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-19 02:44:48 +0200 |
commit | cc900b732dd1af2790248485a270197a4006e0f7 (patch) | |
tree | cdedc9f0aa3d004a1fa2aa0c5579b184a86b1fea /indra/newview/skins/default/xui/pt | |
parent | b34e3a1b40fd72b4c4cdc1553c3f5934e9e9cef5 (diff) |
CHUI-592 FIXED Unread notifications are not being saved in notification chiclet
Diffstat (limited to 'indra/newview/skins/default/xui/pt')
-rw-r--r-- | indra/newview/skins/default/xui/pt/menu_notification_well_button.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/menu_notification_well_button.xml b/indra/newview/skins/default/xui/pt/menu_notification_well_button.xml new file mode 100644 index 0000000000..43ad4134ec --- /dev/null +++ b/indra/newview/skins/default/xui/pt/menu_notification_well_button.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<context_menu name="Notification Well Button Context Menu"> + <menu_item_call label="Fechar tudo" name="Close All"/> +</context_menu> |