FIX: Remove cbListFilesInThreadChange from foptions.lfm

This commit is contained in:
Alexander Koblov 2011-02-05 13:22:20 +00:00
commit 9c918dc52f

View file

@ -610,7 +610,6 @@ object frmOptions: TfrmOptions
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Load file list in separate thread'
OnChange = cbListFilesInThreadChange
TabOrder = 2
end
object cbLoadIconsSeparately: TCheckBox