Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/NewBoard.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 65 |
UpdateButton.Enabled := False; |
UpdateButton.Enabled := False; |
| 66 |
StopButton.Enabled := True; |
StopButton.Enabled := True; |
| 67 |
CloseButton.Enabled := False; |
CloseButton.Enabled := False; |
| 68 |
|
EditIgnoreListsButton.Enabled := False; |
| 69 |
Item := BoardDownload; |
Item := BoardDownload; |
| 70 |
StopButton.Enabled := False; |
StopButton.Enabled := False; |
| 71 |
if FAbort then |
if FAbort then |
| 84 |
UpdateButton.Enabled := True; |
UpdateButton.Enabled := True; |
| 85 |
StopButton.Enabled := False; |
StopButton.Enabled := False; |
| 86 |
CloseButton.Enabled := True; |
CloseButton.Enabled := True; |
| 87 |
|
EditIgnoreListsButton.Enabled := True; |
| 88 |
end; |
end; |
| 89 |
end; |
end; |
| 90 |
|
|
|
|
Legend:
| Removed from v.1.17 |
|
| changed lines |
| |
Added in v.1.18 |
|
|
|