Prevent opening a non existing path/filename in "Compare files". Issue #26841, patch from ocean.

git-svn-id: trunk@46514 -
This commit is contained in:
juha 2014-10-11 07:42:17 +00:00
parent 61b3247fd5
commit 3f070c462f

View File

@ -795,6 +795,7 @@ object DiffDlg: TDiffDlg
DefaultExt = '.pas'
Filter = 'pascal files|*.pas;*.pp|any file|*.*'
FilterIndex = 0
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
left = 176
top = 48
end