ide: don't expand compiler file name history on every IDE options dialog show

git-svn-id: trunk@20704 -
This commit is contained in:
paul 2009-06-22 03:44:18 +00:00
parent 2bbd8ddb40
commit 36a98d84f6

View File

@ -242,7 +242,6 @@ begin
Items.Assign(CompilerFileHistory); Items.Assign(CompilerFileHistory);
AddFilenameToList(Items,FindDefaultCompilerPath); AddFilenameToList(Items,FindDefaultCompilerPath);
AddFilenameToList(Items,FindDefaultExecutablePath('fpc'+GetExecutableExt)); AddFilenameToList(Items,FindDefaultExecutablePath('fpc'+GetExecutableExt));
GetDefaultCompilerFilenames(Items);
Items.EndUpdate; Items.EndUpdate;
end; end;