aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llcombobox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llcombobox.h b/linden/indra/llui/llcombobox.h
index a9dc1c1..f4cf0fb 100644
--- a/linden/indra/llui/llcombobox.h
+++ b/linden/indra/llui/llcombobox.h
@@ -115,7 +115,7 @@ public:
115 BOOL remove( S32 index ); // remove item by index, return TRUE if found and removed 115 BOOL remove( S32 index ); // remove item by index, return TRUE if found and removed
116 void removeall() { clearRows(); } 116 void removeall() { clearRows(); }
117 117
118 void sortByName(); // Sort the entries in the combobox by name 118 void sortByName(BOOL ascending = TRUE); // Sort the entries in the combobox by name
119 119
120 // Select current item by name using selectItemByLabel. Returns FALSE if not found. 120 // Select current item by name using selectItemByLabel. Returns FALSE if not found.
121 BOOL setSimple(const LLStringExplicit& name); 121 BOOL setSimple(const LLStringExplicit& name);