diff --git a/ide/frames/project_application_options.pas b/ide/frames/project_application_options.pas index f7c2a43f84..83797aa229 100644 --- a/ide/frames/project_application_options.pas +++ b/ide/frames/project_application_options.pas @@ -288,7 +288,7 @@ begin IconImage.KeepOriginYWhenClipped := True; IconImagePictureChanged(nil); OpenPictureDialog1.Filter := GraphicFilter(TIcon)+'|'+ - Format(rsAllFiles,[GetAllFilesMask, GetAllFilesMask,'']); + Format(rsAllFiles,[GetAllFilesMask,GetAllFilesMask,'']); end; procedure TProjectApplicationOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions); diff --git a/ide/mainintf.pas b/ide/mainintf.pas index 138ddd113b..47258a8d70 100644 --- a/ide/mainintf.pas +++ b/ide/mainintf.pas @@ -70,7 +70,7 @@ uses PropEdits, ObjectInspector, MenuIntf, SrcEditorIntf, ProjectIntf, CompOptsIntf, LazIDEIntf, IDEWindowIntf, // IDE - LazConf, LazarusIDEStrConsts, Project, PublishModule, BuildLazDialog, + LazConf, LazarusIDEStrConsts, Project, BuildLazDialog, ProgressDlg, EnvironmentOpts, IDEDefs, PackageDefs; type