aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertest.cpp')
-rw-r--r--linden/indra/newview/llfloatertest.cpp3
1 files changed, 1 insertions, 2 deletions
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()
227 combo = new LLComboBox("combo", 227 combo = new LLComboBox("combo",
228 LLRect(LEFT, y, LEFT+100, y-LLCOMBOBOX_HEIGHT), 228 LLRect(LEFT, y, LEFT+100, y-LLCOMBOBOX_HEIGHT),
229 "Combobox Label", 229 "Combobox Label",
230 onCommitCombo, this, 230 onCommitCombo, this);
231 150); // list_width
232 combo->add("first item"); 231 combo->add("first item");
233 combo->add("second item"); 232 combo->add("second item");
234 combo->add("should go to the top", ADD_TOP); 233 combo->add("should go to the top", ADD_TOP);