diff options
| author | Richard Linden <none@none> | 2010-08-05 13:18:11 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-08-05 13:18:11 -0700 |
| commit | 9f220e46e5cc9350c64aeb81fc4d89c784f49b33 (patch) | |
| tree | 8ffe0937785a98842d60f25b45fc6045efc1a1fa /indra/newview/llfloaterscriptlimits.cpp | |
| parent | d4668787addf870fca0dc1cbf03c756584838261 (diff) | |
| parent | 52936c4ffe97172a5d4926e252f2a25515c47895 (diff) | |
merge
Diffstat (limited to 'indra/newview/llfloaterscriptlimits.cpp')
| -rw-r--r-- | indra/newview/llfloaterscriptlimits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterscriptlimits.cpp b/indra/newview/llfloaterscriptlimits.cpp index e0f646349e..e827e19f82 100644 --- a/indra/newview/llfloaterscriptlimits.cpp +++ b/indra/newview/llfloaterscriptlimits.cpp @@ -741,7 +741,7 @@ void LLPanelScriptLimitsRegionMemory::setRegionDetails(LLSD content) } element["columns"][5]["font"] = "SANSSERIF"; - list->addElement(element, ADD_SORTED); + list->addElement(element); element["owner_id"] = owner_id; element["local_id"] = local_id; |
