mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 12:48:17 +02:00
fixed clean all
git-svn-id: trunk@2985 -
This commit is contained in:
parent
e611d2b577
commit
9c022586ed
@ -5024,7 +5024,8 @@ begin
|
|||||||
|
|
||||||
// close the old project
|
// close the old project
|
||||||
if SomethingOfProjectIsModified then begin
|
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
|
mtconfirmation,[mbYes, mbNo, mbCancel],0) = mrYes then
|
||||||
begin
|
begin
|
||||||
if DoSaveProject([])=mrAbort then begin
|
if DoSaveProject([])=mrAbort then begin
|
||||||
@ -8658,6 +8659,9 @@ end.
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.552 2003/05/03 08:13:27 mattias
|
||||||
|
fixed clean all
|
||||||
|
|
||||||
Revision 1.551 2003/05/02 22:22:14 mattias
|
Revision 1.551 2003/05/02 22:22:14 mattias
|
||||||
localization, added context policy to make resource string dialog
|
localization, added context policy to make resource string dialog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user