Converter: Remove annoying messagebox when part of the units were found.

git-svn-id: trunk@24307 -
This commit is contained in:
juha 2010-03-31 07:51:11 +00:00
parent 1259e59a8f
commit 29406db1a2

View File

@ -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;