From 60b1856070e0a2c9c87474d53f3ad8ca29351ee5 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 20 Jan 2012 13:44:45 -0800 Subject: Setting initial sorting of the linksets to be ascending by name. --- indra/newview/llfloaterpathfindinglinksets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llfloaterpathfindinglinksets.cpp b/indra/newview/llfloaterpathfindinglinksets.cpp index d01732d05f..938c961ad2 100644 --- a/indra/newview/llfloaterpathfindinglinksets.cpp +++ b/indra/newview/llfloaterpathfindinglinksets.cpp @@ -624,6 +624,7 @@ BOOL LLFloaterPathfindingLinksets::postBuild() llassert(mLinksetsScrollList != NULL); mLinksetsScrollList->setCommitCallback(boost::bind(&LLFloaterPathfindingLinksets::onLinksetsSelectionChange, this)); mLinksetsScrollList->setCommitOnSelectionChange(true); + mLinksetsScrollList->sortByColumnIndex(0, true); mLinksetsStatus = findChild("linksets_status"); llassert(mLinksetsStatus != NULL); -- cgit v1.2.3