diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-20 18:50:04 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-20 18:50:04 +0300 |
commit | 6c74c65e99abf7f76620771633d57241d3024f54 (patch) | |
tree | f359b55d97dfd48aec1001f4d4be9d24e36f5e98 /indra/newview/skins/default/xui | |
parent | bb97af5b641e6aab8b970e76390898fb6db21e46 (diff) |
Fixed bug EXT-6872 (Pop-up menu for hyperlink in 'Delete pick' dialog doesn't work).
Disabled links in the remove pick dialog.
This seems to be the simpliest solution and the same is done e.g. in the teleport confirmation dialog.
I'm not sure how to fix the drop-down menu.
Reviewed by Mike: https://codereview.productengine.com/secondlife/r/269/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ca922bf724..07304eb14e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -800,7 +800,7 @@ Insufficient funds to create classified. icon="alertmodal.tga" name="DeleteAvatarPick" type="alertmodal"> -Delete pick [PICK]? +Delete pick <nolink>[PICK]</nolink>? <usetemplate name="okcancelbuttons" notext="Cancel" |