Changed a few captions in the about dialog

This commit is contained in:
Christian Hammacher
2005-12-11 16:45:02 +00:00
parent 0b834a3f9b
commit b6d6be3c27
7 changed files with 5 additions and 3 deletions

View File

@ -2947,6 +2947,7 @@ end;
procedure TfrmMain.FormCreate(Sender: TObject);
begin
sciEditor.StreamClass := TSciMyStream;
sciEditor.OnCallTipClick := sciEditorCallTipClick; // god why doesn't delphi save this
eACList := TmxJsCollection.Create(TACFunction);
eACList.Collectionname := 'Autocomplete_List';
eACList.LoadFromFile(ExtractFilePath(ParamStr(0)) + 'config\ACList.cfg');