IDE: fixed comment

git-svn-id: trunk@34730 -
This commit is contained in:
mattias 2012-01-14 13:52:25 +00:00
parent 00dbde1442
commit b72a2cc04c
2 changed files with 8 additions and 1 deletions

View File

@ -364,7 +364,7 @@ type
procedure mnuToolConfigBuildLazClicked(Sender: TObject);
procedure mnuCustomExtToolClick(Sender: TObject);
// environment menu
// options menu
procedure mnuEnvGeneralOptionsClicked(Sender: TObject);
procedure mnuEnvEditorOptionsClicked(Sender: TObject);
procedure mnuEnvCodeTemplatesClicked(Sender: TObject);

View File

@ -3870,6 +3870,13 @@ end;
procedure TProject.SetModified(const AValue: boolean);
begin
{$IFDEF VerboseTProjectSetModified}
if (not Modified) and AValue then begin
debugln(['TProject.SetModified ']);
DumpStack;
end;
{$ENDIF}
if fDestroying then exit;
inherited SetModified(AValue);
if not AValue then