Fixed multiple files scanning. Fixed Select directory dialog.

This commit is contained in:
DrMefistO
2015-08-05 00:33:40 +03:00
parent 735282f129
commit 5b52c9ca1e
4 changed files with 8 additions and 12 deletions

View File

@@ -494,7 +494,7 @@ object frmMain: TfrmMain
OnCreate = FormCreate
OnDropFiles = FormDropFiles
Position = poScreenCenter
LCLVersion = '1.4.0.2'
LCLVersion = '1.4.2.0'
object pnlStatus: TPanel
Left = 0
Height = 30
@@ -1148,7 +1148,7 @@ object frmMain: TfrmMain
end
end
object dlgSelectDir: TSelectDirectoryDialog
Options = [ofNoChangeDir, ofNoNetworkButton, ofEnableSizing, ofViewDetail]
Options = [ofNoChangeDir, ofNoNetworkButton, ofOldStyleDialog, ofEnableSizing, ofViewDetail]
left = 512
top = 112
end