mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 04:48:03 +02:00
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:
parent
61b3247fd5
commit
3f070c462f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user