From 24db50a37f9721e42824685faed3a72e7383d7d1 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Thu, 8 Sep 2011 15:07:11 -0700
Subject: [PATCH] fix for held down delay not parsing from xui

---
 indra/llui/llbutton.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp
index a12235c16f6..2459429f6e5 100644
--- a/indra/llui/llbutton.cpp
+++ b/indra/llui/llbutton.cpp
@@ -101,7 +101,8 @@ LLButton::Params::Params()
 	commit_on_return("commit_on_return", true),
 	use_draw_context_alpha("use_draw_context_alpha", true),
 	badge("badge"),
-	handle_right_mouse("handle_right_mouse")
+	handle_right_mouse("handle_right_mouse"),
+	held_down_delay("held_down_delay")
 {
 	addSynonym(is_toggle, "toggle");
 	changeDefault(initial_value, LLSD(false));
-- 
GitLab