mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 10:39:09 +02:00
Packager: in DoAddActiveUnitToAPackage, Cancel and Abort work identically. Remove Abort
git-svn-id: trunk@30382 -
This commit is contained in:
parent
867074a683
commit
6fdeb037a4
@ -3329,7 +3329,7 @@ begin
|
||||
Result:=IDEMessageDialog(lisPkgMangFileIsInProject,
|
||||
Format(lisPkgMangWarningTheFileBelongsToTheCurrentProject, ['"',
|
||||
Filename, '"', #13])
|
||||
,mtWarning,[mbIgnore,mbCancel,mbAbort]);
|
||||
,mtWarning,[mbIgnore,mbCancel]);
|
||||
if Result<>mrIgnore then exit;
|
||||
end;
|
||||
|
||||
@ -3339,7 +3339,7 @@ begin
|
||||
Result:=IDEMessageDialog(lisPkgMangFileIsAlreadyInPackage,
|
||||
Format(lisPkgMangTheFileIsAlreadyInThePackage, ['"', Filename, '"', #13,
|
||||
PkgFile.LazPackage.IDAsString]),
|
||||
mtWarning,[mbIgnore,mbCancel,mbAbort]);
|
||||
mtWarning,[mbIgnore,mbCancel]);
|
||||
if Result<>mrIgnore then exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user