mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:39:28 +02:00
parent
21558ffbba
commit
d2b3e49003
@ -4181,6 +4181,7 @@ resourcestring
|
|||||||
lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
|
lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
|
||||||
lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound = 'The package "%s" is installed, '
|
lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound = 'The package "%s" is installed, '
|
||||||
+'but no valid package file (.lpk) was found.%sA broken dummy package was created.';
|
+'but no valid package file (.lpk) was found.%sA broken dummy package was created.';
|
||||||
|
lisSkipTheseWarnings = 'Skip these warnings';
|
||||||
|
|
||||||
// package defs
|
// package defs
|
||||||
lisPkgDefsOutputDirectory = 'Output directory';
|
lisPkgDefsOutputDirectory = 'Output directory';
|
||||||
|
@ -5596,7 +5596,7 @@ begin
|
|||||||
CurResult:=IDEQuestionDialog(lisPkgSysPackageFileNotFound,
|
CurResult:=IDEQuestionDialog(lisPkgSysPackageFileNotFound,
|
||||||
Format(lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound,
|
Format(lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound,
|
||||||
[BrokenPackage.Name, LineEnding]),
|
[BrokenPackage.Name, LineEnding]),
|
||||||
mtError,[mrOk,mrYesToAll,'Skip these warnings']);
|
mtError, [mrOk, mrYesToAll, lisSkipTheseWarnings]);
|
||||||
if CurResult=mrYesToAll then
|
if CurResult=mrYesToAll then
|
||||||
Quiet:=true;
|
Quiet:=true;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user