diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-04 15:48:45 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:50:04 +0300 |
commit | b5b266c4d2bdf71d89f5d2545e7d6e7966082c90 (patch) | |
tree | 2d4fa20fecefeef5eba7c0c5fdb86851193219f5 /indra/newview/skins/default/xui | |
parent | fd5c1a1f0787d8464432a8ed592b0d6d9b8da092 (diff) |
SL-6109
- Fixed defaults not restoring reliably
- Fixed temporary changes not lifting reliably
- Fixed switching modes was dropping changes to mode we switch to
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_controls.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_controls.xml b/indra/newview/skins/default/xui/en/panel_preferences_controls.xml index eca3c550d5..bd39343093 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_controls.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_controls.xml @@ -47,6 +47,7 @@ height="23" width="110" label="Restore Default" + tooltip="Restores default values for all control modes." name="restore_defaults"/> <scroll_list |