From f5a6851f1fb0e847bef4dff4f7878b52e9c6e0d3 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Sat, 8 Mar 2025 02:37:26 +0200 Subject: #3691 Fix Reset button --- indra/newview/llpreviewscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpreviewscript.cpp') diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index 9449768d79..fd01cf1311 100644 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -2007,7 +2007,7 @@ LLLiveLSLEditor::LLLiveLSLEditor(const LLSD& key) : bool LLLiveLSLEditor::postBuild() { - mResetButton = getChild("reset"); + mResetButton = getChild("Reset"); mResetButton->setClickedCallback([&](LLUICtrl*, const LLSD&) { onReset(); }); mRunningCheckbox = getChild("running"); -- cgit v1.3