Changeset 304 for trunk/Start.pas
- Timestamp:
- Mar 9, 2021, 10:05:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r295 r304 873 873 // Canvas.Font.Style:=Canvas.Font.Style+[fsUnderline]; 874 874 RisedTextOut(Canvas, xActionIcon + 99, y, 875 Phrases2.Lookup('ACTIONHEADER_WEB'));875 Format(Phrases2.Lookup('ACTIONHEADER_WEB'), [CevoHomepageShort])); 876 876 Canvas.Font.Assign(UniFont[ftNormal]); 877 877 // TODO: Explicitly clear background to black but in fact BitBlt SRCCOPY should do it
Note:
See TracChangeset
for help on using the changeset viewer.