From 690727b106b3139924aaedc221a9380ec1a264ac Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 9 Sep 2016 20:24:30 +0000 Subject: [PATCH] IDE: fixed compiler options ShowCond and ShowExecInfo, bug #30589 git-svn-id: trunk@52943 - --- ide/compileroptions.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/compileroptions.pp b/ide/compileroptions.pp index 3e446512b8..417d643b1f 100644 --- a/ide/compileroptions.pp +++ b/ide/compileroptions.pp @@ -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;