From 2d19b297a98d8be87c487f6b93e098dce9ca908c Mon Sep 17 00:00:00 2001 From: Paul ProductEngine Date: Fri, 13 May 2011 18:23:11 +0300 Subject: STORM-1202 FIXED Time spin control Implemented time spin control which is like spin control, but shows and allows to edit time string in "hh:mm PM/AM" format. Implemented according to the WLRS spec. --- indra/integration_tests/llui_libtest/llwidgetreg.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/integration_tests/llui_libtest/llwidgetreg.cpp') diff --git a/indra/integration_tests/llui_libtest/llwidgetreg.cpp b/indra/integration_tests/llui_libtest/llwidgetreg.cpp index 0d0d9fbff6..cbf6021119 100644 --- a/indra/integration_tests/llui_libtest/llwidgetreg.cpp +++ b/indra/integration_tests/llui_libtest/llwidgetreg.cpp @@ -49,6 +49,7 @@ #include "lltabcontainer.h" #include "lltextbox.h" #include "lltexteditor.h" +#include "lltimectrl.h" #include "llflyoutbutton.h" #include "llfiltereditor.h" #include "lllayoutstack.h" @@ -92,6 +93,7 @@ void LLWidgetReg::initClass(bool register_widgets) //LLDefaultChildRegistry::Register placeholder("placeholder"); LLDefaultChildRegistry::Register tab_container("tab_container"); LLDefaultChildRegistry::Register text("text"); + LLDefaultChildRegistry::Register time("time"); LLDefaultChildRegistry::Register simple_text_editor("simple_text_editor"); LLDefaultChildRegistry::Register ui_ctrl("ui_ctrl"); LLDefaultChildRegistry::Register stat_view("stat_view"); -- cgit v1.2.3