mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:20:23 +02:00
IDE: Remove the unnecessary ofExtensionDifferent from Options dialog
This commit is contained in:
parent
abf1cfc7c4
commit
19ea4e1a35
@ -1004,7 +1004,7 @@ begin
|
||||
DirDlg.Title := aTitle;
|
||||
DirDlg.InitialDir := lDirPath;
|
||||
DirDlg.FileName := lDirName;
|
||||
DirDlg.Options := DirDlg.Options + [ofExtensionDifferent, ofPathMustExist];
|
||||
DirDlg.Options := DirDlg.Options + [ofPathMustExist];
|
||||
if DirDlg.Execute then begin
|
||||
lDirName := CleanAndExpandFilename(DirDlg.FileName);
|
||||
if CompareFilenames(lCurDirName, lDirName) <> 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user