summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-08 02:37:26 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-08 02:37:26 +0200
commitf5a6851f1fb0e847bef4dff4f7878b52e9c6e0d3 (patch)
treec5d2ff59922c5523189294cb686f4de08c509cd7 /indra/newview/llpreviewscript.cpp
parent668c8c61a12842d33cb83b79ba3d68ba3db7aa8b (diff)
#3691 Fix Reset button
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rw-r--r--indra/newview/llpreviewscript.cpp2
1 files changed, 1 insertions, 1 deletions
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<LLButton>("reset");
+ mResetButton = getChild<LLButton>("Reset");
mResetButton->setClickedCallback([&](LLUICtrl*, const LLSD&) { onReset(); });
mRunningCheckbox = getChild<LLCheckBoxCtrl>("running");