Packager: Sort the list of packages initially in Open Installed Packages dialog.

git-svn-id: trunk@47050 -
This commit is contained in:
juha 2014-12-01 19:47:09 +00:00
parent bcab8ad0c3
commit 247bb5095e

View File

@ -219,6 +219,7 @@ begin
end;
CurListItem.Caption:=CurPkg.Name;
end;
PkgListView.AlphaSort;
PkgListView.EndUpdate;
end;