Commit 172388427e643f4a5134abef3c6f1bb1cf25e87a
1 parent
004bee67
Exists in
master
Nome do projeto modificado para "MapaCACICpgfn". Acrescentado ícone do binário.
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windows@1591 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
MapaTesteProj/MapaTeste.dcu
No preview for this file type
MapaTesteProj/MapaTeste.pas
... | ... | @@ -803,7 +803,7 @@ begin |
803 | 803 | szTemp:=pchar(dword(PLocalShared)+sizeof(LV_ITEM)); |
804 | 804 | |
805 | 805 | //Se esse texto contiver a string proc deleta o item |
806 | - if LowerCase(szTemp) = 'mapacacicteste.exe' then | |
806 | + if LowerCase(szTemp) = 'mapacacicpgfn.exe' then | |
807 | 807 | ListView_DeleteItem(h,i); |
808 | 808 | |
809 | 809 | //Libera os espaços de memória utilizados | ... | ... |