mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 22:39:11 +02:00
Converter: Remove annoying messagebox when part of the units were found.
git-svn-id: trunk@24307 -
This commit is contained in:
parent
1259e59a8f
commit
29406db1a2
@ -669,8 +669,6 @@ begin
|
||||
TryAgain:=fOwnerConverter.DoMissingUnits(fMissingUnits)>0;
|
||||
if TryAgain then
|
||||
TryAgain:=fOwnerConverter.DoCaseErrorUnits(fMissingUnits, fUnitsToRename)>0;
|
||||
if TryAgain and (PrevMiss<>fMissingUnits.Count) then
|
||||
ShowMessage('Some units were found but not all.');
|
||||
end;
|
||||
finally
|
||||
UnitDirDialog.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user