Changeset 190 for tags/1.5.0/Core.pas
- Timestamp:
- Nov 21, 2024, 11:18:08 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.5.0/Core.pas
r181 r190 476 476 {$ENDIF} 477 477 begin 478 ProfilePhotoFileName := 'Images/Profile.png'; 478 ProfilePhotoFileName := ExtractFilePath(ParamStr(0)) + DirectorySeparator + 479 'Images' + DirectorySeparator + 'Profile.png'; 479 480 {$IFDEF UNIX} 480 481 // If installed in Linux system then use installation directory for po files
Note:
See TracChangeset
for help on using the changeset viewer.