From c07901e29ed545bbb02e3bddf148fe1104b94e9f Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:56 -0500 Subject: Second Life viewer sources 1.15.1.3 --- linden/indra/newview/llfloatertest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linden/indra/newview/llfloatertest.cpp') diff --git a/linden/indra/newview/llfloatertest.cpp b/linden/indra/newview/llfloatertest.cpp index 510072d..c5e353a 100644 --- a/linden/indra/newview/llfloatertest.cpp +++ b/linden/indra/newview/llfloatertest.cpp @@ -227,8 +227,7 @@ LLFloaterTestImpl::LLFloaterTestImpl() combo = new LLComboBox("combo", LLRect(LEFT, y, LEFT+100, y-LLCOMBOBOX_HEIGHT), "Combobox Label", - onCommitCombo, this, - 150); // list_width + onCommitCombo, this); combo->add("first item"); combo->add("second item"); combo->add("should go to the top", ADD_TOP); -- cgit v1.1