From b42c5160d21334c2ff436e7db9df63dcdb832afd Mon Sep 17 00:00:00 2001 From: lazarus Date: Fri, 15 Jun 2001 12:59:15 +0000 Subject: [PATCH] MG: set show errors to default git-svn-id: trunk@292 - --- ide/compileroptions.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/compileroptions.pp b/ide/compileroptions.pp index e4ed1467e8..d0eae7a0fe 100644 --- a/ide/compileroptions.pp +++ b/ide/compileroptions.pp @@ -414,7 +414,7 @@ begin LinkerOptions := XMLConfigFile.GetValue('CompilerOptions/Linking/Options/LinkerOptions/Value', ''); { Other } - ShowErrors := XMLConfigFile.GetValue('CompilerOptions/Other/Verbosity/ShowErrors/Value', false); + ShowErrors := XMLConfigFile.GetValue('CompilerOptions/Other/Verbosity/ShowErrors/Value', true); ShowWarn := XMLConfigFile.GetValue('CompilerOptions/Other/Verbosity/ShowWarn/Value', true); ShowNotes := XMLConfigFile.GetValue('CompilerOptions/Other/Verbosity/ShowNotes/Value', true); ShowHints := XMLConfigFile.GetValue('CompilerOptions/Other/Verbosity/ShowHints/Value', true);