Changeset 717 for branches/zoom/Back.pas
- Timestamp:
- Jan 10, 2026, 12:15:35 PM (4 weeks ago)
- Location:
- branches/zoom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/zoom
-
branches/zoom/Back.pas
r623 r717 66 66 WindowState := TWindowState.wsFullScreen; 67 67 if not Assigned(Img) then begin 68 FileName := GetGraphicsDir + DirectorySeparator + 'Background .png';68 FileName := GetGraphicsDir + DirectorySeparator + 'Background' + PngExt; 69 69 if FileExists(FileName) then begin 70 70 Img := TBitmap.Create;
Note:
See TracChangeset
for help on using the changeset viewer.
