Commit 4736288a4076f31aa4114dc51171d42acae4ffe6
1 parent
27ea9b9d
Exists in
master
- merge de branch (2.4) revisão [876:880]
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windows@883 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
mapa/acesso.pas
... | ... | @@ -148,7 +148,7 @@ procedure TfrmAcesso.btCancelaClick(Sender: TObject); |
148 | 148 | begin |
149 | 149 | lbMsg_Erro_Senha.Caption := 'Aguarde... Finalizando!'; |
150 | 150 | Application.ProcessMessages; |
151 | - frmMapaCacic.Finalizar(true); | |
151 | + Application.Terminate; | |
152 | 152 | end; |
153 | 153 | |
154 | 154 | procedure TfrmAcesso.FormCreate(Sender: TObject); | ... | ... |