Changeset 715 for trunk/Back.pas


Ignore:
Timestamp:
Jan 4, 2026, 6:07:38 PM (3 days ago)
Author:
chronos
Message:
  • Modified: Do not store .png file extension in graphics names in book files. This is for compatibility with older C-evo versions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Back.pas

    r623 r715  
    6666    WindowState := TWindowState.wsFullScreen;
    6767    if not Assigned(Img) then begin
    68       FileName := GetGraphicsDir + DirectorySeparator + 'Background.png';
     68      FileName := GetGraphicsDir + DirectorySeparator + 'Background' + PngExt;
    6969      if FileExists(FileName) then begin
    7070        Img := TBitmap.Create;
Note: See TracChangeset for help on using the changeset viewer.