IDE: fixed updating main bar caption after changing the project title (bug #1642)

patch by: Junior Goncalves

git-svn-id: trunk@14788 -
This commit is contained in:
vincents 2008-04-09 08:04:56 +00:00
parent 6e278016cc
commit 7964e3a55f

View File

@ -3388,7 +3388,7 @@ var
begin
BeginCodeTool(ActiveSrcEdit, ActiveUnitInfo, []);
if ShowProjectOptionsDialog(Project1)=mrOk then begin
UpdateCaption;
end;
end;
@ -3400,7 +3400,7 @@ var
begin
BeginCodeTool(ActiveSrcEdit, ActiveUnitInfo, []);
if projectopts_new.ShowProjectOptionsDialog(Project1)=mrOk then begin
UpdateCaption;
end;
end;
{$endif}