Changeset 14 for trunk/About.pas
- Timestamp:
- Nov 27, 2009, 8:42:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/About.pas
r13 r14 43 43 Label6.Caption := ProjectHomepage; 44 44 Label2.Caption := 'Verze: ' + ApplicationVersion; 45 try 46 Memo1.Lines.LoadFromFile('ReleaseNotes.txt'); 47 except 48 end; 45 49 end; 46 50 … … 52 56 procedure TForm3.Label4Click(Sender: TObject); 53 57 begin 54 ShellExecute(Handle, 'open', PChar('mailto: maron2@centrum.cz'), nil, nil, SW_SHOWNORMAL);58 ShellExecute(Handle, 'open', PChar('mailto:' + AuthorEmail), nil, nil, SW_SHOWNORMAL); 55 59 end; 56 60
Note:
See TracChangeset
for help on using the changeset viewer.