IDE: Make SortAlphabetically=True by default in Project Inspector. Issue #22609

git-svn-id: trunk@39145 -
This commit is contained in:
juha 2012-10-20 08:31:20 +00:00
parent acb96eb094
commit 8ff4d4ec3e

View File

@ -832,6 +832,8 @@ begin
inherited Create(TheOwner);
Name:=NonModalIDEWindowNames[nmiwProjectInspector];
Caption:=lisMenuProjectInspector;
FSortAlphabetically := True;
SortAlphabeticallyButton.Down := FSortAlphabetically;
KeyPreview:=true;
SetupComponents;
KeyPreview:=true;