From 9c022586edf6ac1323117822ffb9a19b10583e9a Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 18 Aug 2002 08:56:47 +0000 Subject: [PATCH] fixed clean all git-svn-id: trunk@2985 - --- ide/main.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index bf40db9be8..5ab901ed47 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -5024,7 +5024,8 @@ begin // close the old project if SomethingOfProjectIsModified then begin - if MessageDlg(lisProjectChanged, Format(lisSaveChangesToProject, [Project1.Title]), + if MessageDlg(lisProjectChanged, + Format(lisSaveChangesToProject, [Project1.Title]), mtconfirmation,[mbYes, mbNo, mbCancel],0) = mrYes then begin if DoSaveProject([])=mrAbort then begin @@ -8658,6 +8659,9 @@ end. { ============================================================================= $Log$ + Revision 1.552 2003/05/03 08:13:27 mattias + fixed clean all + Revision 1.551 2003/05/02 22:22:14 mattias localization, added context policy to make resource string dialog