IDE: Keymapping "Check consistency" errors, call CreateNew for a resourceless form.

git-svn-id: trunk@30021 -
This commit is contained in:
juha 2011-03-26 20:32:30 +00:00
parent 8b7d161446
commit 8f00d7fd9d

View File

@ -92,7 +92,7 @@ type
constructor TKeyMapErrorsForm.Create(AnOwner: TComponent);
begin
inherited Create(AnOwner);
inherited CreateNew(AnOwner);
SetBounds((Screen.Width - 410) div 2, (Screen.Height - 260) div 2, 400, 250);
Caption := dlgKeyMappingErrors;