summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-10-14 13:17:23 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-10-14 13:17:23 +0300
commita2ae46ef3a0036a6030ccc1e3ef4fcdfb7f455f3 (patch)
tree8f8b58ba03b10e3b0ad9db780adb65d8c09f51a7 /indra/newview/skins/default/xui/en
parent3f4c977bc9c4604f0216f0463bd609c615b6c0b7 (diff)
#1921 Add setting to hide source info from output in Lua Debug Console
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/floater_lua_debug.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_lua_debug.xml b/indra/newview/skins/default/xui/en/floater_lua_debug.xml
index 15027f1647..5efe1c958a 100644
--- a/indra/newview/skins/default/xui/en/floater_lua_debug.xml
+++ b/indra/newview/skins/default/xui/en/floater_lua_debug.xml
@@ -25,6 +25,17 @@
width="100">
LUA string:
</text>
+ <check_box
+ control_name="LuaDebugShowSource"
+ follows="right|top"
+ height="15"
+ label="Show source info"
+ layout="topleft"
+ top="10"
+ right ="-70"
+ tool_tip="Show source info in Lua Debug Console output"
+ name="show_script_name"
+ width="70"/>
<line_editor
border_style="line"
border_thickness="1"