Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Option.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1379 |
procedure TOptionDialog.AddURLButtonClick(Sender: TObject); |
procedure TOptionDialog.AddURLButtonClick(Sender: TObject); |
| 1380 |
begin |
begin |
| 1381 |
BoardURLComboBox.Items.Append(BoardURLComboBox.Text); |
BoardURLComboBox.Items.Append(BoardURLComboBox.Text); |
| 1382 |
|
BoardURLComboBox.ItemIndex := BoardURLComboBox.Items.Count - 1; |
| 1383 |
end; |
end; |
| 1384 |
|
|
| 1385 |
procedure TOptionDialog.RemoveURLButtonClick(Sender: TObject); |
procedure TOptionDialog.RemoveURLButtonClick(Sender: TObject); |
|
|
Legend:
| Removed from v.1.19 |
|
| changed lines |
| |
Added in v.1.20 |
|
|
|