diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-04-27 20:54:21 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-04-27 20:54:21 +0300 |
commit | 5ec93df56a27af6763ae7fbd84bd6edd4145540b (patch) | |
tree | 65473ef5bff75eb2456c4d4837dac8510645fe29 /indra/newview/skins/default/xui | |
parent | e05c7d70d4bb338426c29728659dd6ef75459e0d (diff) |
MAINT-438 UI/Color Settings opens non-functional "Debug Settings" floater when spawned before login
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/menu_login.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_login.xml b/indra/newview/skins/default/xui/en/menu_login.xml index 419ec359a6..dcf2da52f1 100755 --- a/indra/newview/skins/default/xui/en/menu_login.xml +++ b/indra/newview/skins/default/xui/en/menu_login.xml @@ -140,13 +140,6 @@ function="Advanced.ShowDebugSettings" parameter="all" /> </menu_item_call> - <menu_item_call - label="UI/Color Settings" - name="UI/Color Settings"> - <menu_item_call.on_click - function="Advanced.ShowDebugSettings" - parameter="skin" /> - </menu_item_call> <menu_item_separator /> <menu_item_call label="XUI Preview Tool" |