Changeset 14 for trunk/About.pas


Ignore:
Timestamp:
Nov 27, 2009, 8:42:29 AM (14 years ago)
Author:
george
Message:
  • Upraveno: Informace o nových verzích umístěny do souboru ReleaseNotes.txt.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/About.pas

    r13 r14  
    4343  Label6.Caption := ProjectHomepage;
    4444  Label2.Caption := 'Verze: ' + ApplicationVersion;
     45  try
     46    Memo1.Lines.LoadFromFile('ReleaseNotes.txt');
     47  except
     48  end;
    4549end;
    4650
     
    5256procedure TForm3.Label4Click(Sender: TObject);
    5357begin
    54   ShellExecute(Handle, 'open', PChar('mailto:maron2@centrum.cz'), nil, nil, SW_SHOWNORMAL);
     58  ShellExecute(Handle, 'open', PChar('mailto:' + AuthorEmail), nil, nil, SW_SHOWNORMAL);
    5559end;
    5660
Note: See TracChangeset for help on using the changeset viewer.