IDE: fixed compiler options ShowCond and ShowExecInfo, bug #30589

git-svn-id: trunk@52943 -
This commit is contained in:
mattias 2016-09-09 20:24:30 +00:00
parent c9400c0a0f
commit 690727b106

View File

@ -3437,7 +3437,7 @@ begin
fShowTriedFiles := CompOpts.fShowTriedFiles;
fShowCompProc := CompOpts.fShowCompProc;
fShowCond := CompOpts.fShowCond;
fShowCond := CompOpts.fShowExecInfo;
fShowExecInfo := CompOpts.fShowExecInfo;
fShowSummary := CompOpts.FShowSummary;
fShowHintsForUnusedUnitsInMainSrc := CompOpts.fShowHintsForUnusedUnitsInMainSrc;
fShowHintsForSenderNotUsed := CompOpts.fShowHintsForSenderNotUsed;