diff options
| author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-08-23 17:21:20 +0300 | 
|---|---|---|
| committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-08-23 17:21:20 +0300 | 
| commit | e58d50e509d060320174c80af647da6ff9a3839f (patch) | |
| tree | b47575c4da4cf62d9266f8a5241cfa37bbaa43dc | |
| parent | 056015963290e47e03972e17ce6d603f8f940fe3 (diff) | |
SH-2169 ADDITIONAL FIX Fixed SLURL showing context-specific help for object weights floater.
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_object_weights.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_object_weights.xml b/indra/newview/skins/default/xui/en/floater_object_weights.xml index a73db3af32..eb283a1043 100644 --- a/indra/newview/skins/default/xui/en/floater_object_weights.xml +++ b/indra/newview/skins/default/xui/en/floater_object_weights.xml @@ -3,7 +3,7 @@   can_close="true"   can_tear_off="false"   height="315" - help_topic="objects_weight_floater" + help_topic="object_weights"   layout="topleft"   name="object_weights"   save_rect="true" @@ -337,6 +337,6 @@       left="10"       name="help_SLURL"       top_pad="10" -     value="[secondlife:///www.secondlife.com What is all this?...]" +     value="[secondlife:///app/help/object_weights What is all this?...]"       width="180" />  </floater> | 
