Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoDataModule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 4582 |
try |
try |
| 4583 |
form.ShowModal; |
form.ShowModal; |
| 4584 |
shutdown := form.Allowshutdown; |
shutdown := form.Allowshutdown; |
| 4585 |
GikoForm.UpdateExePath := form.ExecPath; |
if shutdown then begin |
| 4586 |
GikoForm.UpdateExeArgs := form.ExecArgs; |
GikoForm.UpdateExePath := form.ExecPath; |
| 4587 |
|
GikoForm.UpdateExeArgs := form.ExecArgs; |
| 4588 |
|
end; |
| 4589 |
finally |
finally |
| 4590 |
form.Release; |
form.Release; |
| 4591 |
end; |
end; |
|
|
Legend:
| Removed from v.1.71 |
|
| changed lines |
| |
Added in v.1.71.2.1 |
|
|
|