Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Option.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.19 by h677, Sun Oct 5 14:31:47 2003 UTC revision 1.20 by h677, Sun Oct 5 16:58:07 2003 UTC
# Line 1379  end; Line 1379  end;
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26