IDE: cleanup

git-svn-id: trunk@47197 -
This commit is contained in:
juha 2014-12-14 23:14:06 +00:00
parent bf72b0ae55
commit 2aec6cd83e

View File

@ -4027,7 +4027,6 @@ var
md, ActiveMode: TProjectBuildMode;
BuildActiveMode: Boolean;
i: Integer;
Msg: String;
begin
Result := False;
ModeCnt := 0;
@ -4060,8 +4059,8 @@ begin
// Switch back to original mode.
Project1.ActiveBuildMode := ActiveMode;
SaveProject([]);
Msg := Format(lisSelectedModesWereBuilt, [ModeCnt]);
IDEMessageDialog(lisSuccess, Msg, mtInformation, [mbOK]);
IDEMessageDialog(lisSuccess, Format(lisSelectedModesWereBuilt, [ModeCnt]),
mtInformation, [mbOK]);
Result:=True;
finally
ModeList.Free;