Changeset 188 for trunk/Core.pas


Ignore:
Timestamp:
Nov 21, 2024, 10:17:36 PM (22 hours ago)
Author:
chronos
Message:
  • Fixed: Improved Profile.png path detection.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r181 r188  
    476476{$ENDIF}
    477477begin
    478   ProfilePhotoFileName := 'Images/Profile.png';
     478  ProfilePhotoFileName := ExtractFilePath(ParamStr(0)) + DirectorySeparator +
     479    'Images' + DirectorySeparator + 'Profile.png';
    479480  {$IFDEF UNIX}
    480481  // If installed in Linux system then use installation directory for po files
Note: See TracChangeset for help on using the changeset viewer.