summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
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");