From 29406db1a27f7f3158d037b1fc6980de65eb2cfe Mon Sep 17 00:00:00 2001 From: juha Date: Wed, 31 Mar 2010 07:51:11 +0000 Subject: [PATCH] Converter: Remove annoying messagebox when part of the units were found. git-svn-id: trunk@24307 - --- converter/convertdelphi.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/converter/convertdelphi.pas b/converter/convertdelphi.pas index 1107ec03bc..c5209f3f78 100644 --- a/converter/convertdelphi.pas +++ b/converter/convertdelphi.pas @@ -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;