Commit 046d9578a203fc9835df23430c599d03fb87a1da
1 parent
eb5a1f32
Exists in
master
Correção de erro inserido na revisão anterior.
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windows@1248 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
installcacic/uInstallCACIC.pas
... | ... | @@ -951,7 +951,7 @@ begin |
951 | 951 | End |
952 | 952 | else |
953 | 953 | Begin |
954 | - richProgress.Lines.Add('>> Teste de Conexão Negativo!); | |
954 | + richProgress.Lines.Add('>> Teste de Conexão Negativo!'); | |
955 | 955 | staticStatus.Caption := 'Insucesso no Teste de Comunicação com o Endereço Informado!'; |
956 | 956 | staticStatus.Font.Color := clRed; |
957 | 957 | edWebManagerAddress.SetFocus; | ... | ... |